aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-05-09 11:53:50 +0200
committerAlejandro Colomar <alx@kernel.org>2025-05-09 11:53:58 +0200
commit265b9898dfe2f31c221a01e8c17c3055e72784bc (patch)
tree3ffa0b2066039589585f8ece0f36a2fd3e9b3ce4 /man/man2
parenta239bc4520d6cb8b4d217510c22eddd7c3fd5d10 (diff)
downloadman-pages-265b9898dfe2f31c221a01e8c17c3055e72784bc.tar.gz
man/man2/: VERSIONS: POSIX.1-2024 specifies *_CLOFORK, but Linux doesn't support it
Link: <https://lore.kernel.org/all/20200515160342.GE23230@ZenIV.linux.org.uk/> Cc: Mateusz Guzik <mjguzik@gmail.com> Cc: Jeff Layton <jlayton@kernel.org> Cc: Chuck Lever <chuck.lever@oracle.com> Cc: <linux-fsdevel@vger.kernel.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man2')
-rw-r--r--man/man2/fcntl.26
-rw-r--r--man/man2/open.24
2 files changed, 10 insertions, 0 deletions
diff --git a/man/man2/fcntl.2 b/man/man2/fcntl.2
index bf26059294..b5ace140c5 100644
--- a/man/man2/fcntl.2
+++ b/man/man2/fcntl.2
@@ -1769,6 +1769,12 @@ but
was not open for writing
or the current set of seals on the file already includes
.BR F_SEAL_SEAL .
+.SH VERSIONS
+POSIX.1-2024 specifies
+.B FD_CLOFORK
+and
+.BR F_DUPFD_CLOFORK ,
+but Linux doesn't support them.
.SH STANDARDS
POSIX.1-2008.
.P
diff --git a/man/man2/open.2 b/man/man2/open.2
index 0f24f5fb8e..237b671d4c 100644
--- a/man/man2/open.2
+++ b/man/man2/open.2
@@ -1385,6 +1385,10 @@ system call, rather than the kernel's
system call.
For certain architectures, this is also true before glibc 2.26.
.\"
+.SS POSIX
+POSIX.1-2024 specifies
+.BR O_CLOFORK ,
+but Linux doesn't support it.
.SH STANDARDS
.TP
.BR open ()