Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: mkstemp bug Mail-Copies-To: never Reply-To: sds AT gnu DOT org X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. From: Sam Steingold Mail-Followup-To: cygwin AT cygwin DOT com Date: Wed, 27 Apr 2005 13:24:29 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain 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 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/