From ed37092475495aee5651057ad6e6dd8e2af7006f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 19 Apr 2018 21:34:07 +0200 Subject: hurd: remove non-standard siginfo symbol * bits/types/siginfo_t.h: Remove siginfo struct name, unused and non-compliant. --- bits/types/siginfo_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bits') diff --git a/bits/types/siginfo_t.h b/bits/types/siginfo_t.h index 1ac2a98..450cb94 100644 --- a/bits/types/siginfo_t.h +++ b/bits/types/siginfo_t.h @@ -4,7 +4,7 @@ #include #include -typedef struct siginfo +typedef struct { int si_signo; /* Signal number. */ int si_errno; /* If non-zero, an errno value associated with -- cgit v1.1