Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
7577bbf03524ff9edac9af5e7bece82a3fc65523
/
.
/
msghdr.h
blob: 9cf9854764348f90478a15fd9cdc40662a9092b4 [
file
] [
log
] [
blame
]
#ifndef
MSGHDR_H_
# define MSGHDR_H_
/* For definitions of struct msghdr and struct mmsghdr. */
# include <sys/socket.h>
# ifndef HAVE_STRUCT_MMSGHDR
struct
mmsghdr
{
struct
msghdr msg_hdr
;
unsigned
msg_len
;
};
# endif
#endif
/* MSGHDR_H_ */