* lib/fcntl.c (fcntl): Remove F_OPLKACK, F_OPLKREG cases.
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.
#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