Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / support / sys-uio.h
1 #ifndef SYS_UIO_H
2 #define SYS_UIO_H
3
4 #include <glib.h>
5
6 #include <sys/uio.h>
7
8 #include "map.h"
9 #include "mph.h"
10
11 G_BEGIN_DECLS
12
13 MPH_INTERNAL struct iovec*
14 _mph_from_iovec_array (struct Mono_Posix_Iovec *iov, gint32 iovcnt);
15
16 G_END_DECLS
17
18 #endif /* SYS_UIO_H */