From b823b17fa7dc5a15d822a4f31fe8ee846a65cfae Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 16 Nov 2005 03:36:39 +0000 Subject: Sync with glibc reference tree and changes for uClibc thus far. --- libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c b/libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c index d4ed1caba..5c8b0db7e 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sem_timedwait.c @@ -56,11 +56,7 @@ sem_timedwait (sem_t *sem, const struct timespec *abstime) int sec, nsec; /* Get the current time. */ -#ifdef __UCLIBC__ gettimeofday (&tv, NULL); -#else - __gettimeofday (&tv, NULL); -#endif /* Compute relative timeout. */ sec = abstime->tv_sec - tv.tv_sec; -- cgit v1.2.3