Skip to content

Commit

Permalink
Fix previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Bilka committed Jun 8, 2013
1 parent e3f3666 commit 416641e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nptl/sysdeps/pthread/allocalim.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <limits.h>


__always_inline
extern int
extern __always_inline
int
__libc_use_alloca (size_t size)
{
return (__builtin_expect (size <= PTHREAD_STACK_MIN / 4, 1)
Expand Down

0 comments on commit 416641e

Please sign in to comment.