summaryrefslogtreecommitdiff
path: root/libc/nptl/sysdeps/pthread/allocalim.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nptl/sysdeps/pthread/allocalim.h')
-rw-r--r--libc/nptl/sysdeps/pthread/allocalim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/nptl/sysdeps/pthread/allocalim.h b/libc/nptl/sysdeps/pthread/allocalim.h
index 1ccd387ce..2396b836b 100644
--- a/libc/nptl/sysdeps/pthread/allocalim.h
+++ b/libc/nptl/sysdeps/pthread/allocalim.h
@@ -20,8 +20,8 @@
#include <limits.h>
-extern int
-__always_inline
+extern __always_inline
+int
__libc_use_alloca (size_t size)
{
return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1)