]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/: VERSIONS: POSIX.1-2024 specifies *_CLOFORK, but Linux doesn't support it
authorAlejandro Colomar <alx@kernel.org>
Fri, 9 May 2025 09:53:50 +0000 (11:53 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 9 May 2025 09:53:58 +0000 (11:53 +0200)
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>
man/man2/fcntl.2
man/man2/open.2

index bf2605929429ff845debee8b679e8039f9f8a66b..b5ace140c597d9385b2b14c381891bcda054b03a 100644 (file)
@@ -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
index 0f24f5fb8e2b2d071f7634b0fca8ce17b627f56c..237b671d4c3573bc95b35d9811b1b27d4a133071 100644 (file)
@@ -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 ()