On Sunday 01 July 2007, Stefan Weil wrote:
> ANSI / POSIX do not define "wa" as mode string for fopen.
> I have no idea how many implementations of libc
> will fail with this mode which was introduced by
> the latest version of exec.c.
>
> The standard mode for append is just "a".
You are correct.
ANSI / POSIX do not define "wa" as mode string for fopen.
I have no idea how many implementations of libc
will fail with this mode which was introduced by
the latest version of exec.c.
The standard mode for append is just "a".
Even better (because it is faster and creates smaller
log files for Win
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/06/30 13:53:24
Modified files:
. : exec.c monitor.c
Log message:
Allow changing log filename.
Close logfile when logging is disabled.
CVSWeb URLs:
http://cvs.savannah.gnu.o