Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!murtoa.cs.mu.oz.au!munnari.oz.au!bruce!cechew From: cechew@bruce.OZ (Earl Chew) Newsgroups: comp.os.minix Subject: Re: C-News on Minix? Message-ID: <1548@bruce.OZ> Date: 25 Sep 89 02:31:26 GMT References: <1547@bruce.OZ> Organization: Monash Uni. Computer Science, Australia Lines: 9 From article <1547@bruce.OZ>, by cechew@bruce.OZ (Earl Chew): > Note, that even with my stdio, a and a+ will not work properly when several > processes attempt to append simultaneously. Oops, what I meant to write was that there is no guarantee that a and a+ will work properly when several processes attempt to append to the same file. This problem should go away when Simon Poole's patches go in (3 argument opens). Earl