From de1f7d85ee4b3797b53222a9b0631e4f039c2b27 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 627fc506..cde81ce0 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.1