Fix previous commit.

This commit is contained in:
Ondrej Bilka 2013-06-08 22:50:29 +02:00
parent e3f36662ee
commit 416641e687

View 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)