]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
fcntl: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:06:48 +0000 (23:06 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:07:00 +0000 (23:07 +0200)
* lib/fcntl.c (fcntl): Remove F_OPLKACK, F_OPLKREG cases.

ChangeLog
lib/fcntl.c

index deb7c4ca03627da7d4858398d9878d4684e4f258..2ca79931b902057e4ef23f799b1f13d20eca446a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       fcntl: Remove support for IRIX.
+       * lib/fcntl.c (fcntl): Remove F_OPLKACK, F_OPLKREG cases.
+
        chmod: Remove support for IRIX.
        * m4/chmod.m4 (gl_FUNC_CHMOD): Remove cross-compilation guess for IRIX.
 
index 69cac9a59517eb3fcfedcfa111ae24959e20ce52..f47ebde105cc253903f1c439c3a894e93c7fa270 100644 (file)
@@ -376,12 +376,6 @@ fcntl (int fd, int action, /* arg */...)
           #ifdef F_NOTIFY                        /* Linux */
           case F_NOTIFY:
           #endif
-          #ifdef F_OPLKACK                       /* IRIX */
-          case F_OPLKACK:
-          #endif
-          #ifdef F_OPLKREG                       /* IRIX */
-          case F_OPLKREG:
-          #endif
           #ifdef F_RDAHEAD                       /* macOS */
           case F_RDAHEAD:
           #endif