diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-16 14:19:10 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:39 +0200 |
commit | b10190983aa4c43f8c52f246edc754e6b4effe26 (patch) | |
tree | 9b097779054a45e4ae249c9068ec0ca54279eb2c /libc/sysdeps/linux/common/uname.c | |
parent | 5046a84d82cd8125c981680d449f4d8c7ea5deb8 (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/uname.c')
-rw-r--r-- | libc/sysdeps/linux/common/uname.c | 1 |
1 files changed, 0 insertions, 1 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) |