about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
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