diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/uname.c | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/common/unlink.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/uname.c b/libc/sysdeps/linux/common/uname.c index 0feec9343..72dd7dab9 100644 --- a/libc/sysdeps/linux/common/uname.c +++ b/libc/sysdeps/linux/common/uname.c @@ -10,6 +10,5 @@ #include <sys/syscall.h> #include <sys/utsname.h> - _syscall1(int, uname, struct utsname *, buf) libc_hidden_def(uname) 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) |