diff options
Diffstat (limited to 'stdio/putc.c')
-rw-r--r-- | stdio/putc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio/putc.c b/stdio/putc.c index cd30126..f92ef30 100644 --- a/stdio/putc.c +++ b/stdio/putc.c @@ -1,4 +1,5 @@ #include <stdio.h> #undef putc #define fputc putc +#define fputc_unlocked putc_unlocked #include <fputc.c> |