From d8fec9d5c6656d9223bdec90e2b11c9750354102 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 16 Jul 2018 02:53:00 -0400 Subject: project: update the _XOPEN_SOURCE requirement to reflect use of openat(3). --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3