From e3f36662eefae747e1e4ae55d95e5bab532d5cf1 Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Sat, 8 Jun 2013 20:03:24 +0200 Subject: Silence warning: __inline is not at beginning of declaration. --- nptl/sysdeps/pthread/allocalim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/sysdeps/pthread') 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 -extern int __always_inline +extern int __libc_use_alloca (size_t size) { return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1) -- cgit 1.4.1