]> git.proxmox.com Git - wasi-libc.git/blobdiff - libc-top-half/musl/include/poll.h
Update to musl 1.2.0.
[wasi-libc.git] / libc-top-half / musl / include / poll.h
index a5a799b828bbb4a4ba76c8de19f0c6b0d70f6a4d..cdbd29a2102e7d284cdac0173936f0abb91239d5 100644 (file)
@@ -56,6 +56,12 @@ int poll (struct pollfd *, nfds_t, int);
 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
 #endif
 
+#if _REDIR_TIME64
+#ifdef _GNU_SOURCE
+__REDIR(ppoll, __ppoll_time64);
+#endif
+#endif
+
 #ifdef __cplusplus
 }
 #endif