diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/compat/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 6c83e76..52255bb 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
| @@ -14,6 +14,8 @@ | |||
| 14 | #include <io.h> | 14 | #include <io.h> |
| 15 | #include <process.h> | 15 | #include <process.h> |
| 16 | 16 | ||
| 17 | #define STDERR_FILENO 2 | ||
| 18 | |||
| 17 | #define R_OK 4 | 19 | #define R_OK 4 |
| 18 | #define W_OK 2 | 20 | #define W_OK 2 |
| 19 | #define X_OK 0 | 21 | #define X_OK 0 |
