From: Bruno Haible Date: Wed, 10 Sep 2025 21:14:54 +0000 (+0200) Subject: ptsname_r: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05717ed830d3c1cee41e0633b2c439ff4300349;p=thirdparty%2Fgnulib.git ptsname_r: Remove support for IRIX. * m4/ptsname_r.m4 (gl_PREREQ_PTSNAME_R): Remove cross-compilation guess for IRIX. --- diff --git a/ChangeLog b/ChangeLog index b80f924e3c..50c14e2355 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2025-09-10 Bruno Haible + 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. diff --git a/m4/ptsname_r.m4 b/m4/ptsname_r.m4 index f240bac679..584777c0c1 100644 --- a/m4/ptsname_r.m4 +++ b/m4/ptsname_r.m4 @@ -1,5 +1,5 @@ # 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, @@ -85,7 +85,7 @@ AC_DEFUN([gl_PREREQ_PTSNAME_R], [ [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*)