mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
MIPS: do not declare recvmmsg and sendmmsg for !__USE_GNU.
This commit is contained in:
parent
7bb9ccad9c
commit
bf8becc54b
@ -1,3 +1,8 @@
|
||||
2012-02-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/socket.h [!__USE_GNU]: Do not
|
||||
declare recvmmsg and sendmmsg.
|
||||
|
||||
2012-02-27 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h (pthread_attr_t):
|
||||
|
@ -417,6 +417,7 @@ struct linger
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#ifdef __USE_GNU
|
||||
/* Receive up to VLEN messages as described by VMESSAGES from socket FD.
|
||||
Returns the number of bytes read or -1 for errors.
|
||||
|
||||
@ -432,6 +433,7 @@ This function is a cancellation point and therefore not marked with
|
||||
__THROW. */
|
||||
extern int sendmmsg (int __fd, struct mmsghdr *__vmessages,
|
||||
unsigned int __vlen, int __flags);
|
||||
#endif
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user