This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mkstemp bug


Hi,
it appears that mkstemp() returns a temp FD pointing to the same file:
mkstemp ("/tmp/clisp-x-io-XXXXXX");
==> "/tmp/clisp-x-io-000592"
mkstemp ("/tmp/clisp-x-io-XXXXXX");
==> "/tmp/clisp-x-io-000592"
mkstemp ("/tmp/clisp-x-io-XXXXXX");
==> "/tmp/clisp-x-io-000592"

is this a known bug?

thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.jihadwatch.org/>
<http://www.openvotingconsortium.org/> <http://www.memri.org/>
PI seconds is a nanocentury

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]