diff options
Diffstat (limited to 'posix/times.c')
-rw-r--r-- | posix/times.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/times.c b/posix/times.c index 48ee9cd..fb6a28a 100644 --- a/posix/times.c +++ b/posix/times.c @@ -24,8 +24,7 @@ Return the elapsed real time, or (clock_t) -1 for errors. All times are in CLK_TCKths of a second. */ clock_t -__times (buffer) - struct tms *buffer; +__times (struct tms *buffer) { if (buffer == NULL) { |