summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-09-23 10:56:51 +0300
committerEli Zaretskii <eliz@gnu.org>2013-09-23 10:56:51 +0300
commit410f60d9144c4ffd001df71dcc8e69f4a347f2f6 (patch)
tree0f3624ca6eff06aa1bcd8bdb66c28b83deeec35c /job.h
parentfb0068862c45285d61da615c15894788f0b61409 (diff)
downloadmake-410f60d9144c4ffd001df71dcc8e69f4a347f2f6.tar.gz
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.
Diffstat (limited to 'job.h')
-rw-r--r--job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.h b/job.h
index 29652fce..c97f7c0d 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. */