From 60b93ea555bc5247cb256ebbdd8b2d6c45e21eff Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 18 Sep 2008 15:10:12 +0000 Subject: Use __always_inline for _dl_gettimeofday as well. Signed-off-by: Carmelo Amoroso --- ldso/include/dl-syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') 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 # 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 -- cgit v1.2.3