mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
Fix previous commit.
This commit is contained in:
parent
e3f36662ee
commit
416641e687
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user