mirror of git://sourceware.org/git/glibc.git
Add SIGCLD definition.
This commit is contained in:
parent
68f722de86
commit
b13ae75e55
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue