Joseph Myers e19c95fd5e Remove __libc_readv and __libc_writev function names.
Continuing the removal of __libc_* function names that are no longer
used anywhere, this patch removes the __libc_readv and __libc_writev
names.

Tested for x86_64 that stripped installed shared libraries are
unchanged by the patch.

	* include/sys/uio.h (__libc_readv): Remove declaration.
	(__libc_writev): Likewise.
	* misc/readv.c (__libc_readv): Rename to __readv.
	(__readv): Do not define as alias.
	(readv): Define as alias of __readv.
	* misc/writev.c (__libc_writev): Rename to __writev.
	(__writev): Do not define as alias.
	(writev): Define as alias of __writev.
	* sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
	(__readv): Do not define as alias.
	(readv): Define unconditionally as alias of __readv.
	* sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
	(__writev): Do not define as alias.
	(writev): Define unconditionally as alias of __writev.
	* sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
	name.
	(writev): Do not define __libc_writev name.
2014-10-30 20:56:34 +00:00
..
2012-01-07 23:57:22 -05:00
2012-05-24 23:08:18 +02:00
2013-09-04 20:47:21 +00:00
2012-11-21 06:33:19 -08:00
2014-03-14 11:32:51 -07:00
2012-01-07 23:57:22 -05:00
2014-10-30 19:44:31 +00:00
2004-03-09 10:36:53 +00:00
2004-03-09 10:36:53 +00:00
2009-04-23 18:29:30 +00:00
2011-10-31 01:51:16 -04:00
2012-05-24 23:08:18 +02:00
2012-05-24 23:06:20 +02:00
2012-05-31 13:10:02 +02:00
2004-04-13 02:15:43 +00:00
2004-10-24 21:29:41 +00:00
2012-01-07 23:57:22 -05:00
2014-02-07 15:26:28 -08:00
2014-03-14 11:32:51 -07:00
2012-05-24 23:06:20 +02:00
2013-09-20 21:25:31 +02:00
2012-01-07 23:57:22 -05:00