diff options
Diffstat (limited to 'libc/stdio/rewind.c')
-rw-r--r-- | libc/stdio/rewind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/rewind.c b/libc/stdio/rewind.c index 713b76ec8..e04d7a086 100644 --- a/libc/stdio/rewind.c +++ b/libc/stdio/rewind.c @@ -9,6 +9,7 @@ libc_hidden_proto(fseek) +libc_hidden_proto(rewind) void rewind(register FILE *stream) { __STDIO_AUTO_THREADLOCK_VAR; @@ -20,5 +21,4 @@ void rewind(register FILE *stream) __STDIO_AUTO_THREADUNLOCK(stream); } -libc_hidden_proto(rewind) libc_hidden_def(rewind) |