aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/time.c')
-rw-r--r--newlib/libc/time/time.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/time/time.c b/newlib/libc/time/time.c
index e0c3a8e..93e061b 100644
--- a/newlib/libc/time/time.c
+++ b/newlib/libc/time/time.c
@@ -33,8 +33,7 @@ Supporting OS subroutine required: Some implementations require
#include <sys/time.h>
time_t
-_DEFUN (time, (t),
- time_t * t)
+time (time_t * t)
{
struct timeval now;