2025-09-10 Bruno Haible <bruno@clisp.org>
+ malloc-posix: Remove support for IRIX.
+ * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): Remove code for IRIX.
+
localcharset: Remove support for IRIX.
* lib/localcharset.h: Update comments.
* lib/localcharset.c (alias_table): Remove entries for IRIX.
# malloc.m4
-# serial 43
+# serial 44
dnl Copyright (C) 2007, 2009-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_malloc_posix="guessing yes"],
[gl_cv_func_malloc_posix="guessing no"])
;;
- irix* | solaris*)
- dnl On IRIX 6.5, the three functions return NULL with errno unset
- dnl when the argument is larger than PTRDIFF_MAX.
+ solaris*)
dnl On Solaris 11.3, the three functions return NULL with errno set
dnl to EAGAIN, not ENOMEM, when the argument is larger than
dnl PTRDIFF_MAX.