Skip to content

Commit

Permalink
Merge 181cd2f into 9b3290c
Browse files Browse the repository at this point in the history
  • Loading branch information
edechaux committed Aug 4, 2017
2 parents 9b3290c + 181cd2f commit c274bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pj_mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

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

0 comments on commit c274bb8

Please sign in to comment.