summaryrefslogtreecommitdiff
path: root/include/sys/select.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-09 19:20:15 +0100
commit885f5974cdf65b59415837ae97f5a14ef1350670 (patch)
tree66ac13de29c7f4932c5fcae11773df574e4e256a /include/sys/select.h
parent8f9e448b2ef6db7cd905540c21f3c5b190e7a1e7 (diff)
feat: add gzip and new headers
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);