1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Add first fixes for conformtest for POSIX2008

This commit is contained in:
Ulrich Drepper
2012-02-26 21:32:56 -05:00
parent 4a3dded527
commit d94a467080
20 changed files with 71 additions and 18 deletions

View File

@ -422,6 +422,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.
@ -437,6 +438,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