repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[external] remove libunwind headers
[mono-project.git]
/
support
/
sys-uio.h
blob
b5fb7c29248c0b2acf1c13dfabaae4b64a4be492
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 */