Skip to content

Commit 1b28087

Browse files
committed
some platforms doesn't seem to have sys/uio.h
1 parent bba43eb commit 1b28087

File tree

1 file changed

+0
-5
lines changed
  • core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src

1 file changed

+0
-5
lines changed

core/iwasm/libraries/libc-wasi/sandboxed-system-primitives/src/blocking_op.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
*/
55

6-
#include <sys/types.h>
7-
#include <sys/uio.h>
8-
9-
#include <unistd.h>
10-
116
#include "bh_platform.h"
127
#include "wasm_export.h"
138

0 commit comments

Comments
 (0)