You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
18
support/sys-uio.h
Normal file
18
support/sys-uio.h
Normal file
@@ -0,0 +1,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 */
|
||||
Reference in New Issue
Block a user