remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
[musl] / include / sys / io.h
index a6ba467..16658ce 100644 (file)
@@ -4,8 +4,12 @@
 extern "C" {
 #endif
 
-int ioperm(unsigned long, unsigned long, int);
+#include <features.h>
+
+#include <bits/io.h>
+
 int iopl(int);
+int ioperm(unsigned long, unsigned long, int);
 
 #ifdef __cplusplus
 }