mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
hurd: remove non-standard siginfo symbol
* bits/types/siginfo_t.h: Remove siginfo struct name, unused and non-compliant.
This commit is contained in:
parent
5cd2931ab8
commit
ed37092475
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user