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-773-ge3f3666


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  e3f36662eefae747e1e4ae55d95e5bab532d5cf1 (commit)
      from  4902d2c3f7a9b18e2a2489d7098e70f1881f2db2 (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=e3f36662eefae747e1e4ae55d95e5bab532d5cf1

commit e3f36662eefae747e1e4ae55d95e5bab532d5cf1
Author: Ondrej Bilka <neleai@seznam.cz>
Date:   Sat Jun 8 20:03:24 2013 +0200

    Silence warning: __inline is not at beginning of declaration.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 0302858..0c666b9 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -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.
diff --git a/nptl/sysdeps/pthread/allocalim.h b/nptl/sysdeps/pthread/allocalim.h
index 1ccd387..2af2823 100644
--- a/nptl/sysdeps/pthread/allocalim.h
+++ b/nptl/sysdeps/pthread/allocalim.h
@@ -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)

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

Summary of changes:
 nptl/ChangeLog                   |    4 ++++
 nptl/sysdeps/pthread/allocalim.h |    2 +-
 2 files changed, 5 insertions(+), 1 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]