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.21-598-g45baea1


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  45baea1e79b04ca28f88c41135e9613fc21440f4 (commit)
       via  8e7e971a91f03353189d37909a467b3fb6c6ec92 (commit)
      from  82641e16aa83c693974297951e23ba08a3e89652 (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=45baea1e79b04ca28f88c41135e9613fc21440f4

commit 45baea1e79b04ca28f88c41135e9613fc21440f4
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Jul 14 19:45:16 2015 +0530

    Fix up ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 78e16f5..d6d519a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
 
 	* stdlib/tst-tls-atexit.c (load): Fix up whitespace.
 
-2015-04-01  Wilco Dijkstra  <wdijkstr@arm.com>
+2015-07-13  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* sysdeps/aarch64/fpu/math_private.h
 	(define math_opt_barrier): Add AArch64 version.

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8e7e971a91f03353189d37909a467b3fb6c6ec92

commit 8e7e971a91f03353189d37909a467b3fb6c6ec92
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Jul 14 19:44:55 2015 +0530

    Whitespace fix in tst-tls-atexit.c

diff --git a/ChangeLog b/ChangeLog
index dfef5e0..78e16f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* stdlib/tst-tls-atexit.c (load): Fix up whitespace.
+
 2015-04-01  Wilco Dijkstra  <wdijkstr@arm.com>
 
 	* sysdeps/aarch64/fpu/math_private.h
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index 5ee04a8..974264d 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -40,7 +40,7 @@ load (void *u)
       return (void *) (uintptr_t) 1;
     }
 
-  void (*foo) (void) = (void (*) (void)) dlsym(handle, "do_foo");
+  void (*foo) (void) = (void (*) (void)) dlsym (handle, "do_foo");
 
   if (foo == NULL)
     {

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

Summary of changes:
 ChangeLog               |    6 +++++-
 stdlib/tst-tls-atexit.c |    2 +-
 2 files changed, 6 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]