diff options
Diffstat (limited to 'libc/stdio/_fwrite.c')
-rw-r--r-- | libc/stdio/_fwrite.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/stdio/_fwrite.c b/libc/stdio/_fwrite.c index d9d0bc2a8..6657b0849 100644 --- a/libc/stdio/_fwrite.c +++ b/libc/stdio/_fwrite.c @@ -5,6 +5,9 @@ * Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details. */ +#define memrchr __memrchr +#define memchr __memchr + #include "_stdio.h" #ifdef __STDIO_BUFFERS |