Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 e0c3a8e74..93e061b83 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;