mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
e8c01739cd
On Linux, positional writes don't work when the file is opened in append mode. The kernel ignores the position argument and always appends the data to the end of the file. To quote the man page: POSIX requires that opening a file with the O_APPEND flag should have no affect on the location at which pwrite() writes data. However, on Linux, if a file is opened with O_APPEND, pwrite() appends data to the end of the file, regardless of the value of offset. |
||
---|---|---|
.. | ||
about | ||
api | ||
api_assets | ||
blog | ||
community | ||
download | ||
images | ||
logos | ||
blog.html | ||
changelog-foot.html | ||
changelog-head.html | ||
cla.html | ||
favicon.ico | ||
full-white-stripe.jpg | ||
index.html | ||
mac_osx_nodejs_installer_logo.png | ||
node.1 | ||
pipe.css | ||
robots.txt | ||
rss.xml | ||
sh_javascript.min.js | ||
sh_main.js | ||
sh_vim-dark.css | ||
sh.css | ||
template.html | ||
thin-white-stripe.jpg | ||
trademark-policy.pdf | ||
v0.4_announcement.html |