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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/unlink.c b/libc/sysdeps/linux/common/unlink.c
index 513cdd5e1..d4504d4df 100644
--- a/libc/sysdeps/linux/common/unlink.c
+++ b/libc/sysdeps/linux/common/unlink.c
@@ -10,6 +10,5 @@
#include <sys/syscall.h>
#include <unistd.h>
-
_syscall1(int, unlink, const char *, pathname)
libc_hidden_def(unlink)