[git commit] uname.c,unlink.c: whitespace only
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Jun 15 12:00:39 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=b10190983aa4c43f8c52f246edc754e6b4effe26
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/sysdeps/linux/common/uname.c | 1 -
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 0feec93..72dd7da 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 513cdd5..d4504d4 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)
More information about the uClibc-cvs
mailing list