diff options
Diffstat (limited to 'src/stdio/getchar_unlocked.c')
| -rw-r--r-- | src/stdio/getchar_unlocked.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/stdio/getchar_unlocked.c b/src/stdio/getchar_unlocked.c index 886d5016..c62ffbf0 100644 --- a/src/stdio/getchar_unlocked.c +++ b/src/stdio/getchar_unlocked.c @@ -1,15 +1,11 @@ -#if 0 - #include <stdio.h> int getchar_unlocked(void) { + SIGNAL_SAFE(0); return getc_unlocked(stdin); } /* POSIX(199506) */ - - -#endif |
