diff options
Diffstat (limited to 'arch/aarch64/bits/socket.h')
| -rw-r--r-- | arch/aarch64/bits/socket.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/aarch64/bits/socket.h b/arch/aarch64/bits/socket.h index b3fe643a..c11677e9 100644 --- a/arch/aarch64/bits/socket.h +++ b/arch/aarch64/bits/socket.h @@ -1,7 +1,6 @@  #include <endian.h> -struct msghdr -{ +struct msghdr {  	void *msg_name;  	socklen_t msg_namelen;  	struct iovec *msg_iov; @@ -21,8 +20,7 @@ struct msghdr  	int msg_flags;  }; -struct cmsghdr -{ +struct cmsghdr {  #if __BYTE_ORDER == __BIG_ENDIAN  	int __pad1;  	socklen_t cmsg_len;  | 
