From: Bruno Haible Date: Wed, 10 Sep 2025 21:06:48 +0000 (+0200) Subject: fcntl: Remove support for IRIX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bac092bc6cb9662fa741c69492d4d322ebab1a8;p=thirdparty%2Fgnulib.git fcntl: Remove support for IRIX. * lib/fcntl.c (fcntl): Remove F_OPLKACK, F_OPLKREG cases. --- diff --git a/ChangeLog b/ChangeLog index deb7c4ca03..2ca79931b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-10 Bruno Haible + 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. diff --git a/lib/fcntl.c b/lib/fcntl.c index 69cac9a595..f47ebde105 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c @@ -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