Path: utzoo!censor!geac!torsqnt!jarvis.csri.toronto.edu!rutgers!mailrus!ames!haven!sayshell.umd.edu!louie From: louie@sayshell.umd.edu (Louis A. Mamakos) Newsgroups: comp.sys.amiga.tech Subject: Re: Bug with lattice open()??? Keywords: O_EXCL Message-ID: <1990Mar4.162154.13847@haven.umd.edu> Date: 4 Mar 90 16:21:54 GMT References: <8303@netcom.UUCP> Sender: usenet@haven.umd.edu (USENET News Posting) Organization: The University of Maryland, College Park Lines: 8 I've also experience the O_EXCL problem with Lattice 5.04 and 5.04a. I get a GURU when doing the open when the file already exists: if((fd = open(lockname, O_WRONLY|O_EXCL|O_CREAT,0600)) == -1) return -1; This is a pretty annoying problem. I haven't check 5.05 yet, but I don't think that any of the library routines involved were updated.