* tests/test-get-rusage-data.c (main): Don't expect a strict increase
on glibc systems.
+2017-05-19 Bruno Haible <bruno@clisp.org>
+
+ get-rusage-data tests: Avoid failure on Linux/glibc.
+ * tests/test-get-rusage-data.c (main): Don't expect a strict increase
+ on glibc systems.
+
2017-05-18 Bruno Haible <bruno@clisp.org>
localename: Include necessary header files on Cygwin.
ASSERT (value2 >= value1);
ASSERT (value3 >= value2);
-#if !((defined __APPLE__ && defined __MACH__) || defined __DragonFly__ || defined __OpenBSD__ || (defined _WIN32 || defined __WIN32__) || defined __CYGWIN__)
+#if !(__GLIBC__ == 2 || (defined __APPLE__ && defined __MACH__) || defined __DragonFly__ || defined __OpenBSD__ || (defined _WIN32 || defined __WIN32__) || defined __CYGWIN__)
/* Allocating 2.5 MB of memory should increase the data segment size. */
ASSERT (value3 > value1);
#endif