summaryrefslogtreecommitdiff
path: root/bits/types/stack_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/types/stack_t.h')
-rw-r--r--bits/types/stack_t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/types/stack_t.h b/bits/types/stack_t.h
index 3cf0a4019a..47149fce94 100644
--- a/bits/types/stack_t.h
+++ b/bits/types/stack_t.h
@@ -23,7 +23,7 @@
#include <stddef.h>
/* Structure describing a signal stack. */
-typedef struct sigaltstack
+typedef struct
{
void *ss_sp;
size_t ss_size;