summaryrefslogtreecommitdiff
path: root/src/attacher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/attacher.c')
-rw-r--r--src/attacher.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/attacher.c b/src/attacher.c
index a9d611b..6c0543d 100644
--- a/src/attacher.c
+++ b/src/attacher.c
@@ -683,9 +683,6 @@ LockTerminal()
#endif
int wret;
-#ifdef hpux
- signal(SIGCHLD, SIG_DFL);
-#endif
errno = 0;
while (((wret = wait(&wstat)) != pid) ||
((wret == -1) && (errno == EINTR))