Remove requesting X/Open 5, POSIX 1995

* src/sysdep.h: Remove #define _XOPEN_SOURCE 500
This commit is contained in:
Tim Rühsen 2015-12-17 12:11:53 +01:00
parent 94d9b68db9
commit bf5d7e9236
1 changed files with 0 additions and 3 deletions

View File

@ -68,9 +68,6 @@ as that of the covered work. */
#ifdef NAMESPACE_TWEAKS
/* Request the "Unix 98 compilation environment". */
#define _XOPEN_SOURCE 500
#endif /* NAMESPACE_TWEAKS */