X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fposix%2Fsys_select.m4;fp=m4%2Fposix%2Fsys_select.m4;h=0000000000000000000000000000000000000000;hp=3b82f96424bcb38325395b99856a3c7eb3076703;hb=4174d499fe105c6d8bd76d265e28e07f0db08b55;hpb=f090ccb51eb2ecc92a6cca8325c77d688cbbb61d diff --git a/m4/posix/sys_select.m4 b/m4/posix/sys_select.m4 deleted file mode 100644 index 3b82f96..0000000 --- a/m4/posix/sys_select.m4 +++ /dev/null @@ -1,15 +0,0 @@ -PSI_CHECK_SYS_SELECT() { - PSI_STRUCT(fd_set, []) - - PSI_CONST(FD_SETSIZE, int) - - PSI_DECL(void FD_CLEAR, [(int fd, fd_set *s)]) - PSI_DECL(void FD_COPY, [(fd_set *s1, fd_set *s2)]) - PSI_DECL(void FD_CLR, [(int fd, fd_set *s)]) - PSI_DECL(void FD_SET, [(int fd, fd_set *s)]) - PSI_DECL(int FD_ISSET, [(int fd, fd_set *s)]) - PSI_DECL(void FD_ZERO, [(fd_set *s)]) - - PSI_DECL(int select, [(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout)]) - dnl PSI_DECL(int pselect, [(int nfds, fd_set *readfds, fd_set *writefds, fd_set *errorfds, struct timeval *timeout, sigset_t *sigmask)]) -}