summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/unlink.c')
-rw-r--r--libc/sysdeps/linux/common/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/unlink.c b/libc/sysdeps/linux/common/unlink.c
index 9b1f38b3c..1ad1f2c6d 100644
--- a/libc/sysdeps/linux/common/unlink.c
+++ b/libc/sysdeps/linux/common/unlink.c
@@ -10,7 +10,7 @@
#include <sys/syscall.h>
#include <unistd.h>
-libc_hidden_proto(unlink)
+/* libc_hidden_proto(unlink) */
_syscall1(int, unlink, const char *, pathname)
libc_hidden_def(unlink)