mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
change defines for GNU/HURD
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30039 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb4c554422
commit
462f5721ab
5 changed files with 13 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
* For safety we enable this only on linux and hurd where glibc is likely.
|
||||
* We include features.h explicitely to avoid weird problems.
|
||||
*/
|
||||
#if defined __linux__ || defined __hurd__
|
||||
#if defined __linux__ || defined __GNU__
|
||||
# ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE 600
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue