]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add SIGCLD definition.
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Apr 1998 16:05:10 +0000 (16:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Apr 1998 16:05:10 +0000 (16:05 +0000)
sysdeps/unix/sysv/linux/alpha/signum.h

index be6132d42f17d13a67636821f7addf09b84dc89d..cd52e97a3b910082191988db3fcc45869defa412 100644 (file)
@@ -1,5 +1,5 @@
 /* Signal number definitions.  Linux/Alpha version.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright (C) 1996, 1998 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -48,6 +48,7 @@ Cambridge, MA 02139, USA.  */
 #define SIGTSTP                18
 #define SIGCONT                19
 #define SIGCHLD                20
+#define SIGCLD          SIGCHLD
 #define SIGTTIN                21
 #define SIGTTOU                22
 #define SIGIO          23