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). --- src/logic/slbt_exec_install.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/logic/slbt_exec_install.c') diff --git a/src/logic/slbt_exec_install.c b/src/logic/slbt_exec_install.c index a52d53e..9665dd4 100644 --- a/src/logic/slbt_exec_install.c +++ b/src/logic/slbt_exec_install.c @@ -4,10 +4,6 @@ /* Released under the Standard MIT License; see COPYING.SLIBTOOL. */ /*******************************************************************/ -#ifndef _POSIX_C_SOURCE -#define _POSIX_C_SOURCE 200809L -#endif - #include #include #include -- cgit v1.2.3