]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
sysexits-h: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:17:04 +0000 (23:17 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:17:18 +0000 (23:17 +0200)
* lib/sysexits.in.h: Remove code for IRIX.

ChangeLog
lib/sysexits.in.h

index ab9143469882f6b470aee63e5ac3f6f6f6425344..debe707e7d8f510ab5dfdd12d18a60eafe485219 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
 
index 5ae84d2e1bb72694d7dbad2659be0bdd24376231..97814e56af1f0be76bf0f508f7dbea1d1629c777 100644 (file)
 
 #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@