svn commit: trunk/uClibc/ldso/include

psm at uclibc.org psm at uclibc.org
Thu Mar 23 11:40:05 UTC 2006


Author: psm
Date: 2006-03-23 03:40:05 -0800 (Thu, 23 Mar 2006)
New Revision: 14626

Log:
forgotten to update gettimeofday here as well

Modified:
   trunk/uClibc/ldso/include/dl-syscall.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-syscall.h
===================================================================
--- trunk/uClibc/ldso/include/dl-syscall.h	2006-03-23 11:33:52 UTC (rev 14625)
+++ trunk/uClibc/ldso/include/dl-syscall.h	2006-03-23 11:40:05 UTC (rev 14626)
@@ -120,10 +120,14 @@
                         size_t, bufsiz);
 
 #ifdef __UCLIBC_HAS_SSP__
-#include <sys/time.h>
-#define __NR__dl_gettimeofday __NR_gettimeofday
+# include <sys/time.h>
+# define __NR__dl_gettimeofday __NR_gettimeofday
 static inline _syscall2(int, _dl_gettimeofday, struct timeval *, tv,
+# ifdef __USE_BSD
                         struct timezone *, tz);
+# else
+                        void *, tz);
+# endif
 #endif
 
 




More information about the uClibc-cvs mailing list