libc: Add unused WUNTRACED define for gcc
This commit is contained in:
parent
bd0fb8fe5b
commit
7db6e0163a
@ -6,5 +6,6 @@
|
|||||||
#define _SIGBIT 0x100
|
#define _SIGBIT 0x100
|
||||||
|
|
||||||
#define WNOHANG 1
|
#define WNOHANG 1
|
||||||
|
#define WUNTRACED 2 // Unused.
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user