glibc/socket
Joseph Myers a72ddc1424 Convert 24 more function definitions to prototype style (array parameters).
This automatically-generated patch converts 24 function definitions in
glibc from old-style K&R to prototype-style.  Following my other
recent such patches, this one deals with the case of functions with
array parameters.

Tested for x86_64 and x86 (testsuite, and that installed stripped
shared libraries are unchanged by the patch).

	* crypt/cert.c (main): Convert to prototype-style function
	definition.
	* io/pipe.c (__pipe): Likewise.
	* io/pipe2.c (__pipe2): Likewise.
	* misc/futimesat.c (futimesat): Likewise.
	* misc/utimes.c (__utimes): Likewise.
	* posix/execve.c (__execve): Likewise.
	* posix/execvp.c (execvp): Likewise.
	* posix/execvpe.c (__execvpe): Likewise.
	* posix/fexecve.c (fexecve): Likewise.
	* socket/socketpair.c (socketpair): Likewise.
	* stdlib/drand48-iter.c (__drand48_iterate): Likewise.
	* stdlib/erand48.c (erand48): Likewise.
	* stdlib/erand48_r.c (__erand48_r): Likewise.
	* stdlib/jrand48.c (jrand48): Likewise.
	* stdlib/jrand48_r.c (__jrand48_r): Likewise.
	* stdlib/lcong48.c (lcong48): Likewise.
	* stdlib/lcong48_r.c (__lcong48_r): Likewise.
	* stdlib/nrand48.c (nrand48): Likewise.
	* stdlib/nrand48_r.c (__nrand48_r): Likewise.
	* stdlib/seed48.c (seed48): Likewise.
	* stdlib/seed48_r.c (__seed48_r): Likewise.
	* sysdeps/mach/hurd/execve.c (__execve): Likewise.
	* sysdeps/mach/hurd/utimes.c (__utimes): Likewise.
	* sysdeps/unix/sysv/linux/fexecve.c (fexecve): Likewise.
2015-10-20 11:51:03 +00:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sys Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Versions Fix mq_notify socket, recv namespace (bug 18546). 2015-06-17 20:20:08 +00:00
accept.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
accept4.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
bind.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
connect.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getpeername.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getsockname.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getsockopt.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
have_sock_cloexec.c Assume that SOCK_CLOEXEC is available and works 2015-10-17 12:02:37 +02:00
isfdtype.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
listen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
opensock.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
recv.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
recvfrom.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
recvmmsg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
recvmsg.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sa_len.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
send.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sendmmsg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sendmsg.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sendto.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
setsockopt.c Convert 69 more function definitions to prototype style (line wrap cases). 2015-10-19 21:23:47 +00:00
shutdown.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sockatmark.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
socket.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
socketpair.c Convert 24 more function definitions to prototype style (array parameters). 2015-10-20 11:51:03 +00:00