Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sys-uio.h « support - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5fb7c29248c0b2acf1c13dfabaae4b64a4be492 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef SYS_UIO_H
#define SYS_UIO_H

#include <glib.h>

#include <sys/uio.h>

#include "map.h"
#include "mph.h"

G_BEGIN_DECLS

MPH_INTERNAL struct iovec*
_mph_from_iovec_array (struct Mono_Posix_Iovec *iov, gint32 iovcnt);

G_END_DECLS

#endif /* SYS_UIO_H */