diff src/syssignal.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 4be1180a9e89
children 2c611d1463a6
line wrap: on
line diff
--- a/src/syssignal.h	Mon Aug 13 10:03:54 2007 +0200
+++ b/src/syssignal.h	Mon Aug 13 10:04:58 2007 +0200
@@ -58,7 +58,7 @@
 
 /* Define SIGCHLD as an alias for SIGCLD.  There are many conditionals
    testing SIGCHLD.  */
-#if !defined (VMS) && defined (SIGCLD) && !defined (SIGCHLD)
+#if defined (SIGCLD) && !defined (SIGCHLD)
 # define SIGCHLD SIGCLD
 #endif /* SIGCHLD */
 
@@ -213,11 +213,6 @@
 #endif
 #endif
 
-#ifdef VMS
-# define sys_siglist sys_errlist
-# define NSIG sys_nerr
-#endif /* VMS */
-
 #ifndef NSIG
 # define NSIG (SIGUSR2+1) /* guess how many elements are in sys_siglist... */
 #endif