X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fsys_uio.m4;fp=m4%2Fsys_uio.m4;h=0000000000000000000000000000000000000000;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hp=7cd4c3c5490e51099a7e4c06b148bfebcf0749a8;hpb=09735ea6055f959a9cac481268754f07d6f6eb9f;p=m6w6%2Fext-psi diff --git a/m4/sys_uio.m4 b/m4/sys_uio.m4 deleted file mode 100644 index 7cd4c3c..0000000 --- a/m4/sys_uio.m4 +++ /dev/null @@ -1,11 +0,0 @@ -PSI_CHECK_SYS_UIO() { - PSI_CONFIG_POSIX(sys/uio, sys/uio.h) - - PSI_STRUCT(struct iovec, [ - void *iov_base, - size_t iov_len] - ) - - PSI_DECL(ssize_t readv, [(int fd, struct iovec *iov, int iovcnt)]) - PSI_DECL(ssize_t writev, [(int fd, struct iovec *iov, int iovcnt)]) -}