From b10190983aa4c43f8c52f246edc754e6b4effe26 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 16 Apr 2011 14:19:10 +0200 Subject: uname.c,unlink.c: whitespace only Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/uname.c | 1 - libc/sysdeps/linux/common/unlink.c | 1 - 2 files changed, 2 deletions(-) (limited to 'libc/sysdeps') 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 #include - _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 #include - _syscall1(int, unlink, const char *, pathname) libc_hidden_def(unlink) -- cgit v1.2.3