summaryrefslogtreecommitdiff
path: root/src/unistd/ttyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/ttyname.c')
-rw-r--r--src/unistd/ttyname.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/ttyname.c b/src/unistd/ttyname.c
index dfb560bc..be66ccc0 100644
--- a/src/unistd/ttyname.c
+++ b/src/unistd/ttyname.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <unistd.h>
#include <limits.h>
@@ -28,3 +30,6 @@ char *ttyname(int fildes)
/*
POSIX(1)
*/
+
+
+#endif