* tests/test-get-rusage-data.c (main): Don't expect a strict increase on
NetBSD systems.
+2024-01-18 Bruno Haible <bruno@clisp.org>
+
+ get-rusage-data: Avoid test failure on NetBSD 9.3.
+ * tests/test-get-rusage-data.c (main): Don't expect a strict increase on
+ NetBSD systems.
+
2024-01-18 Bruno Haible <bruno@clisp.org>
log10l: Work around bug on NetBSD 9.3/arm64.
ASSERT (value2 >= value1);
ASSERT (value3 >= value2);
-#if !(__GLIBC__ == 2 || MUSL_LIBC || (defined __APPLE__ && defined __MACH__) || defined __FreeBSD__ || defined __DragonFly__ || defined __OpenBSD__ || defined _WIN32 || defined __CYGWIN__)
+#if !(__GLIBC__ == 2 || MUSL_LIBC || (defined __APPLE__ && defined __MACH__) || defined __FreeBSD__ || defined __DragonFly__ || defined __NetBSD__ || defined __OpenBSD__ || defined _WIN32 || defined __CYGWIN__)
/* Allocating 2.5 MB of memory should increase the data segment size. */
ASSERT (value3 > value1);
#endif