diff options
Diffstat (limited to 'userland/libc')
-rw-r--r-- | userland/libc/include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/userland/libc/include/unistd.h b/userland/libc/include/unistd.h index d8c8b9d..e47f6eb 100644 --- a/userland/libc/include/unistd.h +++ b/userland/libc/include/unistd.h @@ -5,6 +5,8 @@ #include <sys/types.h> #define STDIN_FILENO 0 +#define STDOUT_FILENO 1 +#define STDERR_FILENO 2 extern int opterr, optind, optopt; extern char *optarg; |