mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 06:50:07 +00:00
[BZ #1067]
* sysdeps/unix/sysv/linux/mips/bits/socket.h: Fix struct msghdr for 64-bit mips kernel.
This commit is contained in:
parent
8c2e201ba9
commit
f3da7f2a6d
@ -1,5 +1,5 @@
|
|||||||
/* System-specific socket constants and types. Linux/MIPS version.
|
/* System-specific socket constants and types. Linux/MIPS version.
|
||||||
Copyright (C) 1991, 92, 1994-1999, 2000, 2001, 2004
|
Copyright (C) 1991, 92, 1994-1999, 2000, 2001, 2004, 2005
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -219,7 +219,7 @@ struct msghdr
|
|||||||
socklen_t msg_namelen; /* Length of address data. */
|
socklen_t msg_namelen; /* Length of address data. */
|
||||||
|
|
||||||
struct iovec *msg_iov; /* Vector of data to send/receive into. */
|
struct iovec *msg_iov; /* Vector of data to send/receive into. */
|
||||||
int msg_iovlen; /* Number of elements in the vector. */
|
size_t msg_iovlen; /* Number of elements in the vector. */
|
||||||
|
|
||||||
void *msg_control; /* Ancillary data (eg BSD filedesc passing). */
|
void *msg_control; /* Ancillary data (eg BSD filedesc passing). */
|
||||||
socklen_t msg_controllen; /* Ancillary data buffer length. */
|
socklen_t msg_controllen; /* Ancillary data buffer length. */
|
||||||
|
Loading…
Reference in New Issue
Block a user