summaryrefslogtreecommitdiff
path: root/libc/stdio/remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/remove.c')
-rw-r--r--libc/stdio/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/remove.c b/libc/stdio/remove.c
index ad9974dff..04ab12edb 100644
--- a/libc/stdio/remove.c
+++ b/libc/stdio/remove.c
@@ -19,6 +19,7 @@ libc_hidden_proto(unlink)
* equivalent to rmdir(path).
*/
+libc_hidden_proto(remove)
int remove(register const char *filename)
{
int saved_errno = errno;
@@ -30,5 +31,4 @@ int remove(register const char *filename)
}
return rv;
}
-libc_hidden_proto(remove)
libc_hidden_def(remove)