summaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-09-29 13:17:56 -0400
committerPaul Smith <psmith@gnu.org>2013-09-29 13:17:56 -0400
commit38066b6f19033431052e45861a1671dfb23ea0de (patch)
treefb8a35c84795a116283dd91821d1cbfa8fbef8ca /w32
parent3bf3fde98470549800147c6390fde17791862e1d (diff)
downloadgunmake-38066b6f19033431052e45861a1671dfb23ea0de.tar.gz
Fix build failures on EMX for output-sync support.
Diffstat (limited to 'w32')
-rw-r--r--w32/compat/posixfcn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/compat/posixfcn.c b/w32/compat/posixfcn.c
index 627fc50..cde81ce 100644
--- a/w32/compat/posixfcn.c
+++ b/w32/compat/posixfcn.c
@@ -26,7 +26,7 @@ this program. If not, see <http://www.gnu.org/licenses/>. */
#include "makeint.h"
#include "job.h"
-#ifdef NO_OUTPUT_SYNC
+#ifndef NO_OUTPUT_SYNC
/* Support for OUTPUT_SYNC and related functionality. */
/* Emulation of fcntl that supports only F_GETFD and F_SETLKW. */