Silence warning: __inline is not at beginning of declaration.

This commit is contained in:
Ondrej Bilka 2013-06-08 20:03:24 +02:00
parent 4902d2c3f7
commit e3f36662ee
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)