diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-26 15:00:06 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-26 17:51:49 +0900 |
commit | e57ab149c288b633285d5dee3ee4fc61b542fe50 (patch) | |
tree | 0c202f7c970508b1b7a01235cc51f7c797ee368f /include/compat/unistd.h | |
parent | 7dd0650d3374ab4c944f640c485c6045223422d9 (diff) | |
download | portable-e57ab149c288b633285d5dee3ee4fc61b542fe50.tar.gz portable-e57ab149c288b633285d5dee3ee4fc61b542fe50.tar.bz2 portable-e57ab149c288b633285d5dee3ee4fc61b542fe50.zip |
Add STDOUT_FILENO to include/compat/unistd.h
Diffstat (limited to 'include/compat/unistd.h')
-rw-r--r-- | include/compat/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compat/unistd.h b/include/compat/unistd.h index 14825eb..b37a2f6 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <io.h> | 14 | #include <io.h> |
15 | #include <process.h> | 15 | #include <process.h> |
16 | 16 | ||
17 | #define STDOUT_FILENO 1 | ||
17 | #define STDERR_FILENO 2 | 18 | #define STDERR_FILENO 2 |
18 | 19 | ||
19 | #define R_OK 4 | 20 | #define R_OK 4 |