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-629-g15fdf93


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  15fdf937b4c6a916b3bd305c7cfc37e03ed67e67 (commit)
      from  0b24551cf3a62e0dbbe7577f63b43969f8dfc1fb (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=15fdf937b4c6a916b3bd305c7cfc37e03ed67e67

commit 15fdf937b4c6a916b3bd305c7cfc37e03ed67e67
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Tue Jul 21 22:34:48 2015 -0400

    ia64: siginfo.h: delete siginfo name
    
    This fixes the conform test for the siginfo.h header and makes it match
    all the other arches.

diff --git a/ChangeLog b/ChangeLog
index d70fb10..82d6ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-22  Mike Frysinger  <vapier@gentoo.org>
+
+	* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
+	anonymous by deleting "siginfo" name.
+
 2015-07-21  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/nacl/nacl-interface-list.h: Remove nacl_irt_filename.
diff --git a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
index e2967c4..569bfc7 100644
--- a/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/ia64/bits/siginfo.h
@@ -42,7 +42,7 @@ typedef union sigval
 # define __SI_MAX_SIZE     128
 # define __SI_PAD_SIZE     ((__SI_MAX_SIZE / sizeof (int)) - 4)
 
-typedef struct siginfo
+typedef struct
   {
     int si_signo;		/* Signal number.  */
     int si_errno;		/* If non-zero, an errno value associated with

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

Summary of changes:
 ChangeLog                                   |    5 +++++
 sysdeps/unix/sysv/linux/ia64/bits/siginfo.h |    2 +-
 2 files changed, 6 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]