| 1 | #ifndef __wasilibc___header_sys_ioctl_h |
| 2 | #define __wasilibc___header_sys_ioctl_h |
| 3 | |
| 4 | #define FIONREAD 1 |
| 5 | #define FIONBIO 2 |
| 6 | |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | |
| 11 | int ioctl(int, int, ...); |
| 12 | |
| 13 | #ifdef __cplusplus |
| 14 | } |
| 15 | #endif |
| 16 | |
| 17 | #endif |