+2025-09-17 Bruno Haible <bruno@clisp.org>
+
+ threadlib: Improve support for HP-UX.
+ * m4/threadlib.m4 (gl_ANYTHREADLIB_EARLY): Define _REENTRANT also on
+ HP-UX.
+
2025-09-17 Bruno Haible <bruno@clisp.org>
stringeq: Make use of Autoconf more reliable.
# threadlib.m4
-# serial 48
+# serial 49
dnl Copyright (C) 2005-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# definition of errno in <errno.h>.
AS_CASE([$host_os],
[aix* | freebsd*], [CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"],
- [solaris*], [CPPFLAGS="$CPPFLAGS -D_REENTRANT"])
+ [hpux* | solaris*], [CPPFLAGS="$CPPFLAGS -D_REENTRANT"])
gl_anythreadlib_early_done=done
fi
])