summaryrefslogtreecommitdiff
path: root/libc/include/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/select.h')
-rw-r--r--libc/include/sys/select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/sys/select.h b/libc/include/sys/select.h
index ac51d3fc8..603a5a676 100644
--- a/libc/include/sys/select.h
+++ b/libc/include/sys/select.h
@@ -75,6 +75,7 @@ int __FD_ISSET_chk(int, const fd_set*, size_t) __INTRODUCED_IN(21);
int select(int __fd_count, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, struct timeval* __timeout);
int pselect(int __fd_count, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, const struct timespec* __timeout, const sigset_t* __mask);
+int pselect64(int __fd_count, fd_set* __read_fds, fd_set* __write_fds, fd_set* __exception_fds, const struct timespec* __timeout, const sigset64_t* __mask);
__END_DECLS