summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-01-22 19:08:38 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-01-22 19:08:38 +0000
commitc5a9df36d2317c036858086715459dc4f4a5472f (patch)
tree36dbabdd05371891cee0d5f8e871e8e68b06a31c /extra
parent9febc84ad3517e6226418ca6b9280ab1f069209f (diff)
Fixed a bug related file position in append mode. _stdio_fwrite now
seeks to the end of the stream when append mode is set and we are transitioning to write mode, so that subsequent ftell() return values are correct. Also fix _stdio_fopen to support fdopen() with append specified when the underlying file didn't have O_APPEND set. It now sets the O_APPEND flag as recommended by SUSv3 and is done by glibc.
Diffstat (limited to 'extra')
0 files changed, 0 insertions, 0 deletions