refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / include / sys / ioctl.h
1 #ifndef _SYS_IOCTL_H
2 #define _SYS_IOCTL_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6
7 #include <bits/ioctl.h>
8
9 int ioctl (int, int, ...);
10
11 #ifdef __cplusplus
12 }
13 #endif
14 #endif