Add SIGCLD definition.

This commit is contained in:
Ulrich Drepper 1998-04-29 16:05:50 +00:00
parent 68f722de86
commit b13ae75e55

View 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