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/

Reply via email to