diff options
Diffstat (limited to 'src/stdlib/ttyslot.c')
-rw-r--r-- | src/stdlib/ttyslot.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/ttyslot.c b/src/stdlib/ttyslot.c index 4e7a2b8e..2fe95dc9 100644 --- a/src/stdlib/ttyslot.c +++ b/src/stdlib/ttyslot.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> int ttyslot(void) @@ -8,3 +10,6 @@ int ttyslot(void) /* XOPEN(400,600) */ + + +#endif |