Commit fc9e2b42 authored by unknown's avatar unknown

sun forte does not define __sun__, only __sun and sun (gcc defines all the three)

parent b2cabf32
No related merge requests found
......@@ -131,7 +131,7 @@
that dictates _XOPEN_SOURCE=600, but Solaris checks for 500.
So, let's define 500 for solaris only.
*/
#ifdef __sun__
#ifdef __sun
#define _XOPEN_SOURCE 500
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment