diff options
author | Ondrej Bilka <neleai@seznam.cz> | 2013-06-08 20:03:24 +0200 |
---|---|---|
committer | Ondrej Bilka <neleai@seznam.cz> | 2013-06-08 20:03:24 +0200 |
commit | e3f36662eefae747e1e4ae55d95e5bab532d5cf1 (patch) | |
tree | 54f4faea54e293a758eba969cd2e7110cf14f894 /nptl/sysdeps | |
parent | 4902d2c3f7a9b18e2a2489d7098e70f1881f2db2 (diff) | |
download | glibc-e3f36662eefae747e1e4ae55d95e5bab532d5cf1.tar glibc-e3f36662eefae747e1e4ae55d95e5bab532d5cf1.tar.gz glibc-e3f36662eefae747e1e4ae55d95e5bab532d5cf1.tar.bz2 glibc-e3f36662eefae747e1e4ae55d95e5bab532d5cf1.zip |
Silence warning: __inline is not at beginning of declaration.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/pthread/allocalim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/pthread/allocalim.h b/nptl/sysdeps/pthread/allocalim.h index 1ccd387ce4..2af2823317 100644 --- a/nptl/sysdeps/pthread/allocalim.h +++ b/nptl/sysdeps/pthread/allocalim.h @@ -20,8 +20,8 @@ #include <limits.h> -extern int __always_inline +extern int __libc_use_alloca (size_t size) { return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1) |