]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 05ffbae550ceccf2c8ebc7a2355eb8b3a0c71a47..44c3374e6c84b4d491b7105eaa6601b4bb7b55f4 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