[Darshan-commits] [Git][darshan/darshan][carns/dev-289-pwritev] fix typo
Philip Carns
xgitlab at cels.anl.gov
Tue Dec 1 13:32:14 CST 2020
Philip Carns pushed to branch carns/dev-289-pwritev at darshan / darshan
Commits:
0510149b by Phil Carns at 2020-12-01T14:31:54-05:00
fix typo
- - - - -
1 changed file:
- darshan-runtime/lib/darshan-posix.c
Changes:
=====================================
darshan-runtime/lib/darshan-posix.c
=====================================
@@ -71,7 +71,6 @@ DARSHAN_FORWARD_DECL(readv, ssize_t, (int fd, const struct iovec *iov, int iovcn
DARSHAN_FORWARD_DECL(preadv64v2, ssize_t, (int fd, const struct iovec *iov, int iovcnt, off64_t offset, int flags));
#endif
DARSHAN_FORWARD_DECL(writev, ssize_t, (int fd, const struct iovec *iov, int iovcnt));
-DARSHAN_FORWARD_DECL(writev64, ssize_t, (int fd, const struct iovec *iov, int iovcnt));
#ifdef HAVE_PWRITEV
DARSHAN_FORWARD_DECL(pwritev, ssize_t, (int fd, const struct iovec *iov, int iovcnt, off_t offset));
DARSHAN_FORWARD_DECL(pwritev64, ssize_t, (int fd, const struct iovec *iov, int iovcnt, off64_t offset));
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/0510149bb2c3d9a9ccab8c7c29ebf081d2f265ad
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/-/commit/0510149bb2c3d9a9ccab8c7c29ebf081d2f265ad
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20201201/ff6029c2/attachment.html>
More information about the Darshan-commits
mailing list