mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
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
Block a user