]> git.ipfire.org Git - thirdparty/man-pages.git/commit
On Linux, the error returned when opening a large file on a
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 6 Jan 2007 23:31:16 +0000 (23:31 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 6 Jan 2007 23:31:16 +0000 (23:31 +0000)
commit9f5773f75bd436598722d0290ec7c8e0d044d520
treee284db739cbc69ecc5782d1ac7c99a3db676e032
parent4ca63575779002cb2b0b51f133da234231f38b84
On Linux, the error returned when opening a large file on a
32-bit system is actually EFBIG, not EOVERFLOW.
man2/open.2