From: Ulrich Drepper Date: Wed, 29 Apr 1998 16:05:10 +0000 (+0000) Subject: Add SIGCLD definition. X-Git-Tag: cvs/sparc-980522-merge~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d870755b1f93b011f33bce27fff3e778079a44a;p=thirdparty%2Fglibc.git Add SIGCLD definition. --- diff --git a/sysdeps/unix/sysv/linux/alpha/signum.h b/sysdeps/unix/sysv/linux/alpha/signum.h index be6132d42f1..cd52e97a3b9 100644 --- a/sysdeps/unix/sysv/linux/alpha/signum.h +++ b/sysdeps/unix/sysv/linux/alpha/signum.h @@ -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