diff options
Diffstat (limited to 'src/internal/slibtool_mapfile_impl.c')
-rw-r--r-- | src/internal/slibtool_mapfile_impl.c | 4 |
1 files changed, 0 insertions, 4 deletions
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> |