]> sourceware.org Git - glibc.git/commitdiff
Silence warning: __inline is not at beginning of declaration.
authorOndrej Bilka <neleai@seznam.cz>
Sat, 8 Jun 2013 18:03:24 +0000 (20:03 +0200)
committerOndrej Bilka <neleai@seznam.cz>
Sat, 8 Jun 2013 18:03:24 +0000 (20:03 +0200)
nptl/ChangeLog
nptl/sysdeps/pthread/allocalim.h

index 03028584a74c2e259ac570add6ddaf424585568d..0c666b9b398995219af02a83839bd03083a7c835 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-06   Ondřej Bílka  <neleai@seznam.cz>
+
+       * sysdeps/pthread/allocalim.h: (__libc_use_alloca): Fix warning.
+
 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
 
        * tst-cond22.c: Fix leading whitespaces.
index 1ccd387ce43f4c6936a2bbb3dce05ce4e2d5ee89..2af282331706263402f3730ce9c4e592fea4393e 100644 (file)
@@ -20,8 +20,8 @@
 #include <limits.h>
 
 
-extern int
 __always_inline
+extern int
 __libc_use_alloca (size_t size)
 {
   return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1)
This page took 0.054608 seconds and 5 git commands to generate.