This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.17-774-g416641e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  416641e6879a08a859c90fc8a84802eb37f5fa8a (commit)
      from  e3f36662eefae747e1e4ae55d95e5bab532d5cf1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=416641e6879a08a859c90fc8a84802eb37f5fa8a

commit 416641e6879a08a859c90fc8a84802eb37f5fa8a
Author: Ondrej Bilka <neleai@seznam.cz>
Date:   Sat Jun 8 22:50:29 2013 +0200

    Fix previous commit.

diff --git a/nptl/sysdeps/pthread/allocalim.h b/nptl/sysdeps/pthread/allocalim.h
index 2af2823..2396b83 100644
--- a/nptl/sysdeps/pthread/allocalim.h
+++ b/nptl/sysdeps/pthread/allocalim.h
@@ -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)

-----------------------------------------------------------------------

Summary of changes:
 nptl/sysdeps/pthread/allocalim.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]