summaryrefslogtreecommitdiff
path: root/misc/writev.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/writev.c')
-rw-r--r--misc/writev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/writev.c b/misc/writev.c
index 3531d617e8..92f93889f8 100644
--- a/misc/writev.c
+++ b/misc/writev.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -30,6 +30,7 @@ __writev (int fd, const struct iovec *vector, int count)
__set_errno (ENOSYS);
return -1;
}
+libc_hidden_def (__writev)
weak_alias (__writev, writev)
stub_warning (writev)