diff options
Diffstat (limited to 'src/syssignal.h')
-rw-r--r-- | src/syssignal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/syssignal.h b/src/syssignal.h index 1aaae5562ff..21df63959f5 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -192,13 +192,11 @@ extern SIGMASKTYPE sigprocmask_set; /* Define SIGCHLD as an alias for SIGCLD. There are many conditionals testing SIGCHLD. */ -#ifndef VMS #ifdef SIGCLD #ifndef SIGCHLD #define SIGCHLD SIGCLD #endif /* SIGCHLD */ #endif /* ! defined (SIGCLD) */ -#endif /* VMS */ #ifndef HAVE_STRSIGNAL /* strsignal is in sysdep.c */ |