]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/preadv.c
posix: Implement preadv2 and pwritev2
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / preadv.c
index 7d971cc7b31940b5493542f93907e13830999bab..ecabc8c9c668f95838623fbb61ecba1ad23a6cc8 100644 (file)
@@ -50,4 +50,6 @@ preadv (int fd, const struct iovec *vector, int count, off_t offset)
 #  define OFF_T off_t
 #  include <sysdeps/posix/preadv_common.c>
 # endif /* __ASSUME_PREADV  */
+
+libc_hidden_def (preadv)
 #endif