Update libc

This commit is contained in:
Alex
2023-06-12 00:46:35 +03:00
parent 964d5fa2d0
commit b10d76cd53
2 changed files with 13 additions and 0 deletions

View File

@@ -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.
*