summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libc.c b/src/libc.c
index ebac513..d8f60cf 100644
--- a/src/libc.c
+++ b/src/libc.c
@@ -29,7 +29,7 @@ struct bionic_sigaction {
void(* _sa_sigaction) (int, siginfo_t *, void *);
} _u;
sigset_t sa_mask;
- unsigned long sa_flags;
+ int sa_flags;
void(* sa_restorer) (void);
};
#else