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
commitde1f7d85ee4b3797b53222a9b0631e4f039c2b27 (patch)
treefb8a35c84795a116283dd91821d1cbfa8fbef8ca /w32
parentbb42b68d05ec086702a36fcd5e28efc8f0c4f824 (diff)
downloadmake-de1f7d85ee4b3797b53222a9b0631e4f039c2b27.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 627fc506..cde81ce0 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. */