mirror of git://sourceware.org/git/glibc.git
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
|
* sysdeps/pthread/bits/types/sigevent_t.h: New file, based on the
|
||||||
generic version but include <bits/pthreadtypes.h> to make struct
|
generic version but include <bits/pthreadtypes.h> to make struct
|
||||||
sigevent's sigev_notify_attributes field a pthread_attr_t*.
|
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>
|
2018-04-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <bits/types.h>
|
#include <bits/types.h>
|
||||||
#include <bits/types/__sigval_t.h>
|
#include <bits/types/__sigval_t.h>
|
||||||
|
|
||||||
typedef struct siginfo
|
typedef struct
|
||||||
{
|
{
|
||||||
int si_signo; /* Signal number. */
|
int si_signo; /* Signal number. */
|
||||||
int si_errno; /* If non-zero, an errno value associated with
|
int si_errno; /* If non-zero, an errno value associated with
|
||||||
|
|
Loading…
Reference in New Issue