summaryrefslogtreecommitdiff
path: root/bits
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 21:34:07 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 21:43:44 +0200
commited37092475495aee5651057ad6e6dd8e2af7006f (patch)
tree5df546cf3ee4ff28efc70cd057908d0363cabda5 /bits
parent5cd2931ab89caeed42293b79e4c9b2023df47684 (diff)
hurd: remove non-standard siginfo symbol
* bits/types/siginfo_t.h: Remove siginfo struct name, unused and non-compliant.
Diffstat (limited to 'bits')
-rw-r--r--bits/types/siginfo_t.h2
1 files changed, 1 insertions, 1 deletions
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