mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 17:29:16 +00:00
Update libc
This commit is contained in:
@@ -17,6 +17,13 @@ typedef struct
|
||||
|
||||
#include <bits/waitstatus.h>
|
||||
|
||||
#define WCONTINUED 1
|
||||
#define WNOHANG 2
|
||||
#define WUNTRACED 4
|
||||
#define WEXITED 8
|
||||
#define WNOWAIT 16
|
||||
#define WSTOPPED 32
|
||||
|
||||
/**
|
||||
* @brief Macro for extracting the exit status from a status value.
|
||||
*
|
||||
|
Reference in New Issue
Block a user