From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- include/sys/select.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/sys/select.h') 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 -#undef __BITS_SELECT_H_ #define __BITS_TIMESPEC_H_ #include -#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); -- cgit v1.2.3