unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-fcntl.c
index 71dfb9869fb665d94888749fb991dfba1c500775..a181da3571c57622f88fd2580b240e80031b4f3f 100644 (file)
@@ -39,11 +39,6 @@ SIGNATURE_CHECK (fcntl, int, (int, int, ...));
 #include "binary-io.h"
 #include "macros.h"
 
-/* Use O_CLOEXEC if available, but test works without it.  */
-#ifndef O_CLOEXEC
-# define O_CLOEXEC 0
-#endif
-
 #if !O_BINARY
 # define setmode(f,m) zero ()
 static int zero (void) { return 0; }