Browse Source

Use __always_inline for _dl_gettimeofday as well.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso 15 years ago
parent
commit
60b93ea555
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/include/dl-syscall.h

+ 1 - 1
ldso/include/dl-syscall.h

@@ -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