]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pwrite(2): add a BUGS section
authorGuangyuan Yang <ygy@FreeBSD.org>
Sat, 20 Feb 2021 08:03:15 +0000 (08:03 +0000)
committerGuangyuan Yang <ygy@FreeBSD.org>
Sun, 28 Feb 2021 02:58:36 +0000 (02:58 +0000)
commit115ea98aede324e6f0c032a4d481d128df7bc81f
tree0a42d3706749a5aa700449b1c9e948ddb73cec92
parentd88ac710ce5828aad6b2ea76b217f3a17ae64232
pwrite(2): add a BUGS section

Add a BUGS section about using pwrite(2) when O_APPEND is set on the fd.

Submitted by: Ka Ho Ng <khng300@gmail.com>
Reviewed by: gbe, yuripv
Differential Revision: https://reviews.freebsd.org/D28372

(cherry picked from commit 504e64af32ba6c62fdcc894a3b1da76061c64796)
lib/libc/sys/write.2