diff options
Diffstat (limited to 'libc/stdio/rewind.c')
-rw-r--r-- | libc/stdio/rewind.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/rewind.c b/libc/stdio/rewind.c index 600f8cd0e..1b170443a 100644 --- a/libc/stdio/rewind.c +++ b/libc/stdio/rewind.c @@ -7,9 +7,7 @@ #include "_stdio.h" -/* libc_hidden_proto(fseek) */ -/* libc_hidden_proto(rewind) */ void rewind(register FILE *stream) { __STDIO_AUTO_THREADLOCK_VAR; |