]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add define for SIGCLD as SIGCHLD.
authorUlrich Drepper <drepper@redhat.com>
Mon, 29 Nov 1999 19:21:48 +0000 (19:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 29 Nov 1999 19:21:48 +0000 (19:21 +0000)
sysdeps/unix/sysv/linux/sparc/bits/signum.h

index 31a6901b1a000b8619589a0b064a0039b7249f34..3afc0f90c3ff53376ae5da6519fe99871369de56 100644 (file)
@@ -55,6 +55,7 @@
 #define SIGTSTP                18
 #define SIGCONT                19
 #define SIGCHLD                20
+#define SIGCLD          SIGCHLD /* Same as SIGCHLD (System V).  */
 #define SIGTTIN                21
 #define SIGTTOU                22
 #define SIGIO          23