]> sourceware.org Git - glibc.git/commitdiff
Fix previous commit.
authorOndrej Bilka <neleai@seznam.cz>
Sat, 8 Jun 2013 20:50:29 +0000 (22:50 +0200)
committerOndrej Bilka <neleai@seznam.cz>
Sat, 8 Jun 2013 21:07:18 +0000 (23:07 +0200)
nptl/sysdeps/pthread/allocalim.h

index 2af282331706263402f3730ce9c4e592fea4393e..2396b836b7d3e83e0c50ce3d36427dd4b96b382b 100644 (file)
@@ -20,8 +20,8 @@
 #include <limits.h>
 
 
-__always_inline
-extern int
+extern __always_inline
+int
 __libc_use_alloca (size_t size)
 {
   return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1)
This page took 0.04597 seconds and 5 git commands to generate.