diff options
author | Bruce Korb <bkorb@gnu.org> | 2011-05-06 08:15:59 -0700 |
---|---|---|
committer | Bruce Korb <bkorb@gnu.org> | 2011-05-06 08:15:59 -0700 |
commit | 10c1e9dc30730133dbb631c9be0a4e84ce0b0eaa (patch) | |
tree | c1ecc41b19fbec4e92c119d5cba945b8b91ac7d7 /lib/nonblocking.c | |
parent | 9bccf2c3e4f68a37499615fddd51c727d6bb2624 (diff) | |
parent | d801cb77b966678e21af7a106b15a3fe598d5ec4 (diff) | |
download | gnulib-topic/libposix.tar.gz |
manual mergetopic/libposix
Diffstat (limited to 'lib/nonblocking.c')
-rw-r--r-- | lib/nonblocking.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nonblocking.c b/lib/nonblocking.c index f28e4231b0..9f7bce916f 100644 --- a/lib/nonblocking.c +++ b/lib/nonblocking.c @@ -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 |