diff options
Diffstat (limited to 'libc/stdio/_rfill.c')
-rw-r--r-- | libc/stdio/_rfill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_rfill.c b/libc/stdio/_rfill.c index 145c1d78e..d61b1a9f9 100644 --- a/libc/stdio/_rfill.c +++ b/libc/stdio/_rfill.c @@ -19,7 +19,7 @@ * Side effects are those of _stdio_READ. */ -size_t __stdio_rfill(register FILE *__restrict stream) +size_t attribute_hidden __stdio_rfill(register FILE *__restrict stream) { size_t rv; |