we're supposed to parse all that ourselves
[m6w6/ext-psi] / m4 / posix / sys_uio.m4
diff --git a/m4/posix/sys_uio.m4 b/m4/posix/sys_uio.m4
deleted file mode 100644 (file)
index d82d9a7..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-PSI_CHECK_SYS_UIO() {
-
-       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)])
-}