]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Checking for __SAPP alone is not enough because it is emulated O_APPEND
authorache <ache@FreeBSD.org>
Tue, 22 Jul 2014 19:55:25 +0000 (19:55 +0000)
committerache <ache@FreeBSD.org>
Tue, 22 Jul 2014 19:55:25 +0000 (19:55 +0000)
commit1c7fcde2d931e077cf96fa311598314538ac227c
tree316af4746eb2cff3046e6bbe60a5d5c20f749eed
parent8a530385ea349a51426fa1f07f2887f0c6c0d0f6
Checking for __SAPP alone is not enough because it is emulated O_APPEND
only, so works for only special fdopen() case. Add real O_APPEND too.
lib/libc/stdio/ftell.c