summaryrefslogtreecommitdiff
path: root/include/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/select.h')
-rw-r--r--include/sys/select.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sys/select.h b/include/sys/select.h
index 44abc2e1..13c48dda 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -3,13 +3,11 @@
#define __BITS_SELECT_H_
#include <bits/select.h>
-#undef __BITS_SELECT_H_
#define __BITS_TIMESPEC_H_
#include <bits/timespec.h>
-#undef __BITS_TIMESPEC_H_
-typedef __INT32_TYPE__ sigset_t;
+typedef __UINT64_TYPE__ sigset_t;
int pselect(int, fd_set *restrict, fd_set *restrict, fd_set *restrict,
const struct timespec *restrict, const sigset_t *restrict);