]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__struct_iovec.h
__wasi_thread_spawn: stop truncating the return value (#353)
[wasi-libc.git] / libc-bottom-half / headers / public / __struct_iovec.h
CommitLineData
320054e8
DG
1#ifndef __wasilibc___struct_iovec_h
2#define __wasilibc___struct_iovec_h
3
4#define __need_size_t
5#include <stddef.h>
6
7struct iovec {
8 void *iov_base;
9 size_t iov_len;
10};
11
12#endif