concurrent write(2) calls write bad data to file

guy at gorodish.UUCP guy at gorodish.UUCP
Fri Mar 13 06:48:50 AEST 1987


>I presume O_APPEND on open?

Or when the program starts; turning on O_APPEND with "fcntl" does the
same job, and is the only way to do it if you're writing to the
standard output (since you aren't the one who opened it).  Yes,
that's what I meant by "forced-append mode".



More information about the Comp.bugs.4bsd.ucb-fixes mailing list