fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
[musl] / include / stdbool.h
index 420c332..a9d7ab7 100644 (file)
@@ -7,8 +7,8 @@
 #define false 0
 #define bool _Bool
 
-#define __bool_true_false_are_defined 1
-
 #endif
 
+#define __bool_true_false_are_defined 1
+
 #endif