From 1f671565ab228e54d038fd1ca2f6e4aeeb4170b2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Mar 2015 13:18:36 +0100 Subject: libcsupport: Delete superfluous _gettimeofday() --- cpukit/libcsupport/src/__gettod.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'cpukit/libcsupport/src/__gettod.c') diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c index 0b1ea97380..b0b60de367 100644 --- a/cpukit/libcsupport/src/__gettod.c +++ b/cpukit/libcsupport/src/__gettod.c @@ -80,20 +80,4 @@ int _gettimeofday_r( } #endif -#if defined(RTEMS_NEWLIB) && !defined(HAVE__GETTIMEOFDAY) - -/** - * "System call" version - */ -int _gettimeofday( - struct timeval *tp, - void *__tz -) -{ - struct timezone *tzp = __tz; - - return gettimeofday( tp, tzp ); -} -#endif - #endif /* defined(RTEMS_NEWLIB) */ -- cgit v1.2.3