From 9584b4e582b293ead79d8bb0ff85c1ef12a888d9 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Mon, 17 Nov 2008 09:45:29 +0000 Subject: Synch with trunk @ 24071. Step 1 linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db --- libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h') diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h index f62f7d6e9..a3f303ca3 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h @@ -19,7 +19,7 @@ #include -extern inline int __libc_use_alloca (size_t size) +__extern_always_inline int __libc_use_alloca (size_t size) { return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1) || __libc_alloca_cutoff (size)); -- cgit v1.2.3