diff options
Diffstat (limited to 'src/unistd/ctermid.c')
-rw-r--r-- | src/unistd/ctermid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/ctermid.c b/src/unistd/ctermid.c index fd87684e..0fb4a510 100644 --- a/src/unistd/ctermid.c +++ b/src/unistd/ctermid.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include <sys/types.h> #include <unistd.h> @@ -20,3 +22,6 @@ char * ctermid(char * s) /* POSIX(1) */ + + +#endif |