svn commit: trunk/uClibc/ldso/include

carmelo at uclibc.org carmelo at uclibc.org
Thu Sep 18 15:10:12 UTC 2008


Author: carmelo
Date: 2008-09-18 08:10:12 -0700 (Thu, 18 Sep 2008)
New Revision: 23430

Log:
Use __always_inline for _dl_gettimeofday as well.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>


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


Changeset:
Modified: trunk/uClibc/ldso/include/dl-syscall.h
===================================================================
--- trunk/uClibc/ldso/include/dl-syscall.h	2008-09-18 15:06:24 UTC (rev 23429)
+++ trunk/uClibc/ldso/include/dl-syscall.h	2008-09-18 15:10:12 UTC (rev 23430)
@@ -127,7 +127,7 @@
 #ifdef __UCLIBC_HAS_SSP__
 # include <sys/time.h>
 # define __NR__dl_gettimeofday __NR_gettimeofday
-static __inline__ _syscall2(int, _dl_gettimeofday, struct timeval *, tv,
+static __always_inline _syscall2(int, _dl_gettimeofday, struct timeval *, tv,
 # ifdef __USE_BSD
                         struct timezone *, tz);
 # else




More information about the uClibc-cvs mailing list