diff options
Diffstat (limited to 'src/stdio/getc_unlocked.c')
-rw-r--r-- | src/stdio/getc_unlocked.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/getc_unlocked.c b/src/stdio/getc_unlocked.c index 00228a65..038e2cf0 100644 --- a/src/stdio/getc_unlocked.c +++ b/src/stdio/getc_unlocked.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> #include "_stdio.h" @@ -28,3 +30,6 @@ int getc_unlocked(FILE * stream) /* POSIX(199506) */ + + +#endif |