X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpoll.h;h=472e4b8470bae3904100963200ac3dcfb7e34879;hb=b287cd745c2243f8e5114331763a5a9813b5f6ee;hp=daccc760bb26a821ce00424cb1d61f8764cc83c3;hpb=befa5866ee30d09c0c96e88af2eabff5911342ea;p=musl diff --git a/include/poll.h b/include/poll.h index daccc760..472e4b84 100644 --- a/include/poll.h +++ b/include/poll.h @@ -44,6 +44,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