Add SIGCLD definition.
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Apr 1998 16:05:50 +0000 (16:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Apr 1998 16:05:50 +0000 (16:05 +0000)
sysdeps/unix/sysv/linux/alpha/bits/signum.h

index 05ffbae..44c3374 100644 (file)
@@ -52,6 +52,7 @@
 #define SIGTSTP                18
 #define SIGCONT                19
 #define SIGCHLD                20
+#define SIGCLD          SIGCHLD
 #define SIGTTIN                21
 #define SIGTTOU                22
 #define SIGIO          23