Commit 46adbf0c by Ian Lance Taylor

mksysinfo.sh: Fix Solaris specific define.

From-SVN: r169376
parent 874634ed
......@@ -29,7 +29,7 @@ cat > sysinfo.c <<EOF
#if defined(__sun__) && defined(__svr4__)
/* Needed by Solaris header files. */
#define _XOPEN_SOURCE 600
#define _EXTENSIONS_
#define __EXTENSIONS__
#endif
#include <sys/types.h>
......
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