* m4/ptsname_r.m4 (gl_PREREQ_PTSNAME_R): Remove cross-compilation guess
for IRIX.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ ptsname_r: Remove support for IRIX.
+ * m4/ptsname_r.m4 (gl_PREREQ_PTSNAME_R): Remove cross-compilation guess
+ for IRIX.
+
pthread_sigmask: Remove support for IRIX.
* lib/pthread_sigmask.c: Remove workaround for
PTHREAD_SIGMASK_UNBLOCK_BUG.
# ptsname_r.m4
-# serial 12
+# serial 13
dnl Copyright (C) 2010-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,
[gl_cv_func_isatty_sets_errno=yes],
[gl_cv_func_isatty_sets_errno=no],
[case "$host_os" in
- irix* | solaris*)
+ solaris*)
gl_cv_func_isatty_sets_errno="guessing no" ;;
# Guess yes on mingw, no on MSVC.
mingw* | windows*)