diff --git a/include/compat/fcntl.h b/include/compat/fcntl.h index 99c2d58..7dfedc6 100644 --- a/include/compat/fcntl.h +++ b/include/compat/fcntl.h @@ -17,6 +17,8 @@ #include_next #endif +#endif + #ifndef O_NONBLOCK #define O_NONBLOCK 0x100000 #endif @@ -28,5 +30,3 @@ #ifndef FD_CLOEXEC #define FD_CLOEXEC 1 #endif - -#endif