]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
fcntl-h: Remove support for OSF/1.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:41:48 +0000 (12:41 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:41:48 +0000 (12:41 +0200)
* lib/fcntl.in.h (O_DIRECT): Don't test for O_DIRECTIO.

ChangeLog
lib/fcntl.in.h

index 3d98aa314799efaa173b0cb4c6e9d482e7938efa..0a155d5a442e7c4d8402700722d3e7dd24622a54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-09  Bruno Haible  <bruno@clisp.org>
 
+       fcntl-h: Remove support for OSF/1.
+       * lib/fcntl.in.h (O_DIRECT): Don't test for O_DIRECTIO.
+
        errno-iter, strerrorname_np: Remove support for OSF/1.
        * lib/errno-iter.c (errno_iterate): Remove cases for EAIO, ECLONEME,
        EDIRTY, EDUPPKG, EEMULATE, EFAIL, EINPROG, EMTIMERS, ERELOCATED,
index c5068ed48a02d9c624ce54cb74179a01853c8460..843d36e0137d0b075183f8272ceb50d8e930e2ec 100644 (file)
@@ -293,11 +293,6 @@ _GL_WARN_ON_USE (openat, "openat is not portable - "
 # endif
 #endif
 
-#if !defined O_DIRECT && defined O_DIRECTIO
-/* Tru64 spells it 'O_DIRECTIO'.  */
-# define O_DIRECT O_DIRECTIO
-#endif
-
 #if !defined O_CLOEXEC && defined O_NOINHERIT
 /* Mingw spells it 'O_NOINHERIT'.  */
 # define O_CLOEXEC O_NOINHERIT