Skip to content

Commit

Permalink
Merge 1205f97 into 2db1400
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 26, 2019
2 parents 2db1400 + 1205f97 commit 01ec344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/mutex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
* DEALINGS IN THE SOFTWARE.
*****************************************************************************/


/* projects.h and windows.h conflict - avoid this! */

#if defined(MUTEX_pthread) && !defined(_XOPEN_SOURCE) && !defined(__sun)
/* For pthread_mutexattr_settype */
#define _XOPEN_SOURCE 500
#endif

/* For PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
Expand Down
2 changes: 1 addition & 1 deletion test/gie/builtins.gie
Original file line number Diff line number Diff line change
Expand Up @@ -5035,7 +5035,7 @@ Two Point Equidistant
-------------------------------------------------------------------------------
operation +proj=tpeqd +ellps=GRS80 +lat_1=0.5 +lat_2=2 +n=0.5
-------------------------------------------------------------------------------
tolerance 0.15 mm
tolerance 0.18 mm
accept 2 1
expect -27750.758831679 -222599.403691777
accept 2 -1
Expand Down

0 comments on commit 01ec344

Please sign in to comment.