libc: Add unused WUNTRACED define for gcc

This commit is contained in:
apio 2023-10-15 13:09:46 +02:00
parent bd0fb8fe5b
commit 7db6e0163a
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -6,5 +6,6 @@
#define _SIGBIT 0x100
#define WNOHANG 1
#define WUNTRACED 2 // Unused.
#endif