maint: fts.c: move __opendir2 #define "up" out of function body
[gnulib.git] / lib / nonblocking.c
index f28e423..9f7bce9 100644 (file)
@@ -113,7 +113,7 @@ set_nonblocking_flag (int desc, bool value)
 
 # include <fcntl.h>
 
-# if !O_NONBLOCK
+# if GNULIB_defined_O_NONBLOCK
 #  error Please port nonblocking to your platform
 # endif