diff options
Diffstat (limited to 'newlib/libc/time/ctime_r.c')
-rw-r--r-- | newlib/libc/time/ctime_r.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/time/ctime_r.c b/newlib/libc/time/ctime_r.c index 4ab0ba7..63aee38 100644 --- a/newlib/libc/time/ctime_r.c +++ b/newlib/libc/time/ctime_r.c @@ -5,8 +5,7 @@ #include <time.h> char * -_DEFUN (ctime_r, (tim_p, result), - const time_t * tim_p, +ctime_r (const time_t * tim_p, char * result) { |