diff mbox series

[hurd,commited,2/2] hurd: remove non-standard siginfo symbol

Message ID 20180419194407.555-2-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited,1/2] hurd: fix sigevent's sigev_notify_attributes field type | expand

Commit Message

Samuel Thibault April 19, 2018, 7:44 p.m. UTC
* bits/types/siginfo_t.h: Remove siginfo struct name, unused and
	non-compliant.
---
 ChangeLog              | 2 ++
 bits/types/siginfo_t.h | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ChangeLog b/ChangeLog
index c43812e433..337eb6b35e 100644
--- 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>
 
diff --git a/bits/types/siginfo_t.h b/bits/types/siginfo_t.h
index 1ac2a98fbd..450cb9431f 100644
--- a/bits/types/siginfo_t.h
+++ b/bits/types/siginfo_t.h
@@ -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