diff options
Diffstat (limited to 'src/stdio/putchar_unlocked.c')
-rw-r--r-- | src/stdio/putchar_unlocked.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdio/putchar_unlocked.c b/src/stdio/putchar_unlocked.c index aecfe4a1..be048b20 100644 --- a/src/stdio/putchar_unlocked.c +++ b/src/stdio/putchar_unlocked.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdio.h> int putchar_unlocked(int c) @@ -8,3 +10,6 @@ int putchar_unlocked(int c) /* POSIX(199506) */ + + +#endif |