access_out_file: fix append mode, relax stdout support, simplify
O_APPEND puts the file pointer to the end after _each_ write. We want to put it at the end (only) after open. Also allow reading/seeking stdout, as it could be a redirected file (of course, it won't work if it's a terminal)
Showing
Please register or sign in to comment