summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-07-16 02:53:00 -0400
committermidipix <writeonce@midipix.org>2018-07-16 02:53:00 -0400
commitd8fec9d5c6656d9223bdec90e2b11c9750354102 (patch)
treed70e6b0d1a02e230ba8b9c74a29fe38127dac185 /README
parent8ecddc86a4eb061be8f33d99759334794be343ea (diff)
downloadslibtool-d8fec9d5c6656d9223bdec90e2b11c9750354102.tar.bz2
slibtool-d8fec9d5c6656d9223bdec90e2b11c9750354102.tar.xz
project: update the _XOPEN_SOURCE requirement to reflect use of openat(3).
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ff2e1cd..1199be3 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ effort, ease of customization, and long-term maintenance.
- a C toolchain, consisting of
- a C compiler such as gcc, clang, or [cparser];
- the compiler should support -std=c99;
- - the system's libc should support -D_XOPEN_SOURCE=600.
+ - the system's libc should support -D_XOPEN_SOURCE=700.
## Usage