mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Silence warning: __inline is not at beginning of declaration.
This commit is contained in:
parent
4902d2c3f7
commit
e3f36662ee
@ -1,3 +1,7 @@
|
||||
2013-08-06 Ondřej Bílka <neleai@seznam.cz>
|
||||
|
||||
* sysdeps/pthread/allocalim.h: (__libc_use_alloca): Fix warning.
|
||||
|
||||
2013-06-06 Ondřej Bílka <neleai@seznam.cz>
|
||||
|
||||
* tst-cond22.c: Fix leading whitespaces.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user