Skip to content

Commit

Permalink
Silence warning: __inline is not at beginning of declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Bilka committed Jun 8, 2013
1 parent 4902d2c commit e3f3666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/pthread/allocalim.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e3f3666

Please sign in to comment.