aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2010-08-11 09:29:33 +0000
committerKevin Lo <kevlo@FreeBSD.org>2010-08-11 09:29:33 +0000
commitee1cd8fe2af40c8250e22d540811e5eff8f53b6b (patch)
tree3e80a805ac0250e1d9e0fd4c303564294456965e /include/unistd.h
parent863ae04c61d407150ebc10f57875aad05c567eea (diff)
downloadsrc-ee1cd8fe2af40c8250e22d540811e5eff8f53b6b.tar.gz
src-ee1cd8fe2af40c8250e22d540811e5eff8f53b6b.zip
Notes
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index d97f9dc017f8..4ae691701e60 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -74,7 +74,7 @@ typedef __useconds_t useconds_t;
#define _USECONDS_T_DECLARED
#endif
-#define STDIN_FILENO 0 /* standard input file descriptor */
+#define STDIN_FILENO 0 /* standard input file descriptor */
#define STDOUT_FILENO 1 /* standard output file descriptor */
#define STDERR_FILENO 2 /* standard error file descriptor */