mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Apply Yavor's fix for bug #30094
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30634 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1d26aa790
commit
dd5d5ebb4a
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Ensure Unix98 compatible pthreads for glibc */
|
||||
#if defined __linux__ || defined __GNU__
|
||||
#if defined __linux__ || defined __GLIBC__
|
||||
# ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE 600
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue