From 55a0c0e414f3f3f2fd30b5297f072b5a973d400a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 23 Sep 2013 10:56:51 +0300 Subject: Fix broken w32 build due to OUTPUT_SYNC -> NO_OUTPUT_SYNC inversion. w32/compat/posixfcn.c: Fix the forgotten OUTPUT_SYNC conditional. job.h: Ditto, but in a comment. --- job.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'job.h') diff --git a/job.h b/job.h index 29652fc..c97f7c0 100644 --- a/job.h +++ b/job.h @@ -80,7 +80,7 @@ typedef int sync_handle_t; /* file descriptor */ # define RECORD_SYNC_MUTEX(m) (void)(m) # endif -#endif /* !OUTPUT_SYNC */ +#endif /* !NO_OUTPUT_SYNC */ /* Structure describing a running or dead child process. */ -- cgit v1.2.3