ref: 77dcc5ed6a414ce706167e6d96edccebd591ec48
parent: 7e26c7a6da8a2dffe16399d3d5548aa606b9b8c4
author: Werner Lemberg <wl@gnu.org>
date: Tue Sep 7 14:49:36 EDT 2021
src/tools/ftrandom/ftrandom.c (_XOPEN_SOURCE): Set to 600. This allows C99 compilation on Solaris. Problem reported by Mojca Miklavec.
--- a/src/tools/ftrandom/ftrandom.c
+++ b/src/tools/ftrandom/ftrandom.c
@@ -29,7 +29,7 @@
/* This file is now part of the FreeType library */
-#define _XOPEN_SOURCE 500 /* for `kill', `strdup', `random', and `srandom' */
+#define _XOPEN_SOURCE 600 /* for `kill', `strdup', `random', and `srandom' */
#include <stdio.h>