diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/types/siginfo_t.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |