On Sat, 22 Jan 2005 21:28:14 +0100, Mario Klebsch <[EMAIL PROTECTED]> wrote:
> However, I cannot remember havon seen open(2)
> returing EEXISTS.

You can use the O_CREAT and O_EXCL flags to achieve the same effect as
creat(2), and get an EEXIST error if the file already exists.

-- 
- Charles Lepple

Reply via email to