Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / iovec.h
index 963751bcd6390ef3eaa7f5dd2dcab4fd5787687d..a6474d91ae61eeca3aaa51829cafc61cb3751a26 100644 (file)
@@ -1,4 +1,4 @@
 struct iovec {
-    __ptr_t iov_base;    /* Starting address */
+    void *iov_base;      /* Starting address */
     size_t iov_len;      /* Length in bytes  */
 };