summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/times.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-16 13:37:56 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:39 +0200
commit84dd1527aa65e15f2ca8d78f03282402e4759261 (patch)
tree0e2009cb34ff3e5cb4eb07bb4f8600ff648b98d2 /libc/sysdeps/linux/common/times.c
parent1fcbd1764ed41a1f857052dae1981f24d4bd33ae (diff)
times.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/times.c')
-rw-r--r--libc/sysdeps/linux/common/times.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/times.c b/libc/sysdeps/linux/common/times.c
index 37ae040d4..e35c4efc0 100644
--- a/libc/sysdeps/linux/common/times.c
+++ b/libc/sysdeps/linux/common/times.c
@@ -10,6 +10,5 @@
#include <sys/syscall.h>
#include <sys/times.h>
-
_syscall_noerr1(clock_t, times, struct tms *, buf)
libc_hidden_def(times)