diff options
author | midipix <writeonce@midipix.org> | 2018-07-16 02:53:00 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-07-16 02:53:00 -0400 |
commit | d8fec9d5c6656d9223bdec90e2b11c9750354102 (patch) | |
tree | d70e6b0d1a02e230ba8b9c74a29fe38127dac185 /src/internal | |
parent | 8ecddc86a4eb061be8f33d99759334794be343ea (diff) | |
download | slibtool-d8fec9d5c6656d9223bdec90e2b11c9750354102.tar.bz2 slibtool-d8fec9d5c6656d9223bdec90e2b11c9750354102.tar.xz |
project: update the _XOPEN_SOURCE requirement to reflect use of openat(3).
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_libmeta_impl.c | 4 | ||||
-rw-r--r-- | src/internal/slibtool_mapfile_impl.c | 4 | ||||
-rw-r--r-- | src/internal/slibtool_objmeta_impl.c | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/internal/slibtool_libmeta_impl.c b/src/internal/slibtool_libmeta_impl.c index a379352..18984bd 100644 --- a/src/internal/slibtool_libmeta_impl.c +++ b/src/internal/slibtool_libmeta_impl.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 <fcntl.h> #include <stdio.h> #include <string.h> diff --git a/src/internal/slibtool_mapfile_impl.c b/src/internal/slibtool_mapfile_impl.c index 2b1b839..a084db8 100644 --- a/src/internal/slibtool_mapfile_impl.c +++ b/src/internal/slibtool_mapfile_impl.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 <fcntl.h> #include <errno.h> #include <unistd.h> diff --git a/src/internal/slibtool_objmeta_impl.c b/src/internal/slibtool_objmeta_impl.c index e723a35..b38cf75 100644 --- a/src/internal/slibtool_objmeta_impl.c +++ b/src/internal/slibtool_objmeta_impl.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 <fcntl.h> #include <stdio.h> #include <slibtool/slibtool.h> |