]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/pwritev.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / pwritev.c
index 0b09809a486f7337e199fa49f1d1d7f54e7605b0..980fed4baf101f3297f07698182cd2fc4a61b8da 100644 (file)
    <unistd.h>) except that the data are taken from VECTOR instead of a
    contiguous buffer.  */
 ssize_t
-pwritev (fd, vector, count, offset)
-     int fd;
-     const struct iovec *vector;
-     int count;
-     off_t offset;
+pwritev (int fd, const struct iovec *vector, int count, off_t offset)
 {
   __set_errno (ENOSYS);
   return -1;