http://bugzilla.novell.com/show_bug.cgi?id=554480 User mhopf@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=554480#c8 Matthias Hopf <mhopf@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |INVALID --- Comment #8 from Matthias Hopf <mhopf@novell.com> 2009-11-13 08:50:33 MST --- The calling sequence fd = open("...some.path", O_CREAT | O_EXCL); unlink (fd); ... work with the fd is a standard construct in Unix that is perfectly valid. On Unix deleted files still exist and can be accessed by multiple processes until the last process closes the filedescriptor. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.