about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-03-07 12:23:14 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-03-07 12:23:44 +0100
commitefa864b6dc59d67327330d8b0773b981d67f444c (patch)
tree67fdce518245a1b237ff8a9e72b5a5174bdf357d
parent2efb0516c737c9f935d22ea8ac303582fa439e1d (diff)
downloadnq-efa864b6dc59d67327330d8b0773b981d67f444c.tar.gz
nq-efa864b6dc59d67327330d8b0773b981d67f444c.tar.xz
nq-efa864b6dc59d67327330d8b0773b981d67f444c.zip
nq: don't define _XOPEN_SOURCE
This hides LOCK_* on FreeBSD and OpenBSD, and is not needed anyway.
Closes #26.
-rw-r--r--nq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nq.c b/nq.c
index 36feabd..5c23b15 100644
--- a/nq.c
+++ b/nq.c
@@ -20,8 +20,6 @@
  * http://creativecommons.org/publicdomain/zero/1.0/
 */
 
-#define _XOPEN_SOURCE 700
-
 /* for FreeBSD.  */
 #define _WITH_DPRINTF