From 38066b6f19033431052e45861a1671dfb23ea0de Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 29 Sep 2013 13:17:56 -0400 Subject: Fix build failures on EMX for output-sync support. --- w32/compat/posixfcn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w32') 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 . */ #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. */ -- cgit v1.2.3