hurd: remove non-standard siginfo symbol

* bits/types/siginfo_t.h: Remove siginfo struct name, unused and
	non-compliant.
This commit is contained in:
Samuel Thibault 2018-04-19 21:34:07 +02:00
parent 5cd2931ab8
commit ed37092475
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View 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