summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__header_sys_ioctl.h
blob: f2cf4ee73da0ec186ead8fd2ffb5721c8c972eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __wasilibc___header_sys_ioctl_h
#define __wasilibc___header_sys_ioctl_h

#define FIONREAD 1
#define FIONBIO 2

#ifdef __cplusplus
extern "C" {
#endif

int ioctl(int, int, ...);

#ifdef __cplusplus
}
#endif

#endif