hurd: remove non-standard siginfo symbol
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 19 Apr 2018 19:34:07 +0000 (21:34 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 19 Apr 2018 19:43:44 +0000 (21:43 +0200)
* bits/types/siginfo_t.h: Remove siginfo struct name, unused and
non-compliant.

ChangeLog
bits/types/siginfo_t.h

index c43812e..337eb6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -77,6 +77,8 @@
        * sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the
        generic version but include <bits/pthreadtypes.h> to make struct
        sigevent's sigev_notify_attributes field a pthread_attr_t*.
+       * bits/types/siginfo_t.h: Remove siginfo struct name, unused and
+       non-compliant.
 
 2018-04-18  Joseph Myers  <joseph@codesourcery.com>
 
index 1ac2a98..450cb94 100644 (file)
@@ -4,7 +4,7 @@
 #include <bits/types.h>
 #include <bits/types/__sigval_t.h>
 
-typedef struct siginfo
+typedef struct
   {
     int si_signo;              /* Signal number.  */
     int si_errno;              /* If non-zero, an errno value associated with