]> git.ipfire.org Git - thirdparty/glibc.git/commit - socket/sys/socket.h
Add recvmmsg and sendmmsg to the generic glibc API.
authorThomas Schwinge <thomas@codesourcery.com>
Sat, 3 Nov 2012 17:29:46 +0000 (18:29 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Tue, 20 Nov 2012 18:26:04 +0000 (19:26 +0100)
commit123be9deda8eb24ef15fb889248984e6d23bb8b4
tree8d875402831e2eb1923b9d3ef8d88bcee14ad2c6
parentcf9a5d186154b1ad4a8459fafa135dcd822e5f3b
Add recvmmsg and sendmmsg to the generic glibc API.
13 files changed:
ChangeLog
include/sys/socket.h
resolv/res_send.c
socket/Makefile
socket/Versions
socket/recvmmsg.c [new file with mode: 0644]
socket/sendmmsg.c [new file with mode: 0644]
socket/sys/socket.h
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/bits/socket.h
sysdeps/unix/sysv/linux/internal_sendmmsg.S
sysdeps/unix/sysv/linux/recvmmsg.c
sysdeps/unix/sysv/linux/sendmmsg.c