summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-09-18 15:10:12 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-09-18 15:10:12 +0000
commit60b93ea555bc5247cb256ebbdd8b2d6c45e21eff (patch)
treed42ac8066717f910be5a3095335eb4860d03a79e /ldso
parent4c12e5c94a45e791b788caa0c2acfd7abe2f7b15 (diff)
Use __always_inline for _dl_gettimeofday as well.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'ldso')
-rw-r--r--ldso/include/dl-syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index fcc5c24ec..1cbbbad0f 100644
--- a/ldso/include/dl-syscall.h
+++ b/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