summaryrefslogtreecommitdiff
path: root/misc/readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/readv.c')
-rw-r--r--misc/readv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/readv.c b/misc/readv.c
index 064f88523c..9ad94d370a 100644
--- a/misc/readv.c
+++ b/misc/readv.c
@@ -30,6 +30,7 @@ __readv (int fd, const struct iovec *vector, int count)
__set_errno (ENOSYS);
return -1;
}
+libc_hidden_def (__readv)
weak_alias (__readv, readv)
stub_warning (readv)