diff options
Diffstat (limited to 'libc/stdio/_WRITE.c')
-rw-r--r-- | libc/stdio/_WRITE.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_WRITE.c b/libc/stdio/_WRITE.c index d300d3919..877d055f7 100644 --- a/libc/stdio/_WRITE.c +++ b/libc/stdio/_WRITE.c @@ -28,7 +28,7 @@ * NOT THREADSAFE! Assumes stream already locked if necessary. */ -size_t __stdio_WRITE(register FILE *stream, +size_t attribute_hidden __stdio_WRITE(register FILE *stream, register const unsigned char *buf, size_t bufsize) { size_t todo; |