fix misplaced indention in sys/procfs.h
[musl.git] / include / sys / ioctl.h
blobd0415b3da2ecc84e00b76fc6195a2776dfc00385
1 #ifndef _SYS_IOCTL_H
2 #define _SYS_IOCTL_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
7 #include <bits/ioctl.h>
9 int ioctl (int, int, ...);
11 #ifdef __cplusplus
13 #endif
14 #endif