OSDN Git Service

Use __always_inline for _dl_gettimeofday as well.
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 18 Sep 2008 15:10:12 +0000 (15:10 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Thu, 18 Sep 2008 15:10:12 +0000 (15:10 -0000)
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
ldso/include/dl-syscall.h

index fcc5c24..1cbbbad 100644 (file)
@@ -127,7 +127,7 @@ static __always_inline _syscall3(int, _dl_readlink, const char *, path, char *,
 #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