[Facades] Implementation types from CoreFX
[mono-project.git] / support / sys-uio.h
blobb5fb7c29248c0b2acf1c13dfabaae4b64a4be492
1 #ifndef SYS_UIO_H
2 #define SYS_UIO_H
4 #include <glib.h>
6 #include <sys/uio.h>
8 #include "map.h"
9 #include "mph.h"
11 G_BEGIN_DECLS
13 MPH_INTERNAL struct iovec*
14 _mph_from_iovec_array (struct Mono_Posix_Iovec *iov, gint32 iovcnt);
16 G_END_DECLS
18 #endif /* SYS_UIO_H */