diff options
Diffstat (limited to 'libc/stdio/_READ.c')
-rw-r--r-- | libc/stdio/_READ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_READ.c b/libc/stdio/_READ.c index 7d3c38ce6..013ca0281 100644 --- a/libc/stdio/_READ.c +++ b/libc/stdio/_READ.c @@ -20,7 +20,7 @@ * NOT THREADSAFE! Assumes stream already locked if necessary. */ -size_t __stdio_READ(register FILE *stream, +size_t attribute_hidden __stdio_READ(register FILE *stream, unsigned char *buf, size_t bufsize) { ssize_t rv = 0; |