aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/readv.c')
-rw-r--r--sysdeps/stub/readv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/readv.c b/sysdeps/stub/readv.c
index beebd950c1..03d6bf9613 100644
--- a/sysdeps/stub/readv.c
+++ b/sysdeps/stub/readv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 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
@@ -33,3 +33,5 @@ DEFUN(readv, (fd, vector, count),
errno = ENOSYS;
return -1;
}
+
+stub_warning (readv)