diff options
Diffstat (limited to 'libc/stdio/_wcommit.c')
-rw-r--r-- | libc/stdio/_wcommit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_wcommit.c b/libc/stdio/_wcommit.c index 71720e83f..a0b3219b1 100644 --- a/libc/stdio/_wcommit.c +++ b/libc/stdio/_wcommit.c @@ -14,7 +14,7 @@ * Side effects are those of _stdio_WRITE */ -size_t __stdio_wcommit(register FILE * __restrict stream) +size_t attribute_hidden __stdio_wcommit(register FILE * __restrict stream) { size_t bufsize; |