svn commit: branches/uClibc-nptl/ldso/include

carmelo at uclibc.org carmelo at uclibc.org
Tue Apr 8 10:21:16 UTC 2008


Author: carmelo
Date: 2008-04-08 03:21:16 -0700 (Tue, 08 Apr 2008)
New Revision: 21669

Log:
Change one missing inline to __always_inline

Modified:
   branches/uClibc-nptl/ldso/include/dl-syscall.h


Changeset:
Modified: branches/uClibc-nptl/ldso/include/dl-syscall.h
===================================================================
--- branches/uClibc-nptl/ldso/include/dl-syscall.h	2008-04-08 04:28:18 UTC (rev 21668)
+++ branches/uClibc-nptl/ldso/include/dl-syscall.h	2008-04-08 10:21:16 UTC (rev 21669)
@@ -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