From 60575f9ea09a6b5090b1c8d8932f99648c167f35 Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Fri, 7 Apr 2006 21:46:00 +0000 Subject: [PATCH] 2006-04-07 Jeff Johnston * libc/time/time.c (time): Do not check for HAVE_GETTIMEOFDAY anymore. Assume there is a gettimeofday syscall. --- newlib/ChangeLog | 5 +++++ newlib/libc/time/time.c | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 506d2cc951..8b5a2b4792 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2006-04-07 Jeff Johnston + + * libc/time/time.c (time): Do not check for HAVE_GETTIMEOFDAY + anymore. Assume there is a gettimeofday syscall. + 2006-03-29 Shaun Jackman * libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h diff --git a/newlib/libc/time/time.c b/newlib/libc/time/time.c index 38cce50f98..1e086f403e 100644 --- a/newlib/libc/time/time.c +++ b/newlib/libc/time/time.c @@ -1,5 +1,3 @@ -/* FIXME: doc says "not avail" due to #if 0. - DELETE that line if inappropriate! */ /* FUNCTION <