diff options
author | Ondrej Bilka <neleai@seznam.cz> | 2013-06-08 22:50:29 +0200 |
---|---|---|
committer | Ondrej Bilka <neleai@seznam.cz> | 2013-06-08 23:07:18 +0200 |
commit | 416641e6879a08a859c90fc8a84802eb37f5fa8a (patch) | |
tree | 86678b6643cfd926fe8ce1cc90e2b30f73e87f07 | |
parent | e3f36662eefae747e1e4ae55d95e5bab532d5cf1 (diff) | |
download | glibc-416641e6879a08a859c90fc8a84802eb37f5fa8a.zip glibc-416641e6879a08a859c90fc8a84802eb37f5fa8a.tar.gz glibc-416641e6879a08a859c90fc8a84802eb37f5fa8a.tar.bz2 |
Fix previous commit.
-rw-r--r-- | nptl/sysdeps/pthread/allocalim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/allocalim.h b/nptl/sysdeps/pthread/allocalim.h index 2af2823..2396b83 100644 --- a/nptl/sysdeps/pthread/allocalim.h +++ b/nptl/sysdeps/pthread/allocalim.h @@ -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) |