summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/unlink.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-16 14:19:10 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:39 +0200
commitb10190983aa4c43f8c52f246edc754e6b4effe26 (patch)
tree9b097779054a45e4ae249c9068ec0ca54279eb2c /libc/sysdeps/linux/common/unlink.c
parent5046a84d82cd8125c981680d449f4d8c7ea5deb8 (diff)
uname.c,unlink.c: whitespace only
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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)