* lib/sysexits.in.h: Remove code for IRIX.
2025-09-10 Bruno Haible <bruno@clisp.org>
+ sysexits-h: Remove support for IRIX.
+ * lib/sysexits.in.h: Remove code for IRIX.
+
strtof, strtod, strtold: Remove support for IRIX.
* lib/strtod.c (minus_zero): Remove code for IRIX.
#if @HAVE_SYSEXITS_H@
-/* IRIX 6.5 has an <unistd.h> that defines a macro EX_OK with a nonzero
- value. Override it. See
- <https://lists.gnu.org/r/bug-gnulib/2007-03/msg00361.html> */
-# ifdef __sgi
-# include <unistd.h>
-# undef EX_OK
-# endif
-
/* The include_next requires a split double-inclusion guard. */
# @INCLUDE_NEXT@ @NEXT_SYSEXITS_H@