diff options
Diffstat (limited to 'src/unistd/STDIN_FILENO.h')
-rw-r--r-- | src/unistd/STDIN_FILENO.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/STDIN_FILENO.h b/src/unistd/STDIN_FILENO.h new file mode 100644 index 00000000..550b080e --- /dev/null +++ b/src/unistd/STDIN_FILENO.h @@ -0,0 +1,5 @@ +#include <unistd.h> +#define STDIN_FILENO 0 +/* +POSIX(1) +*/ |