X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 6 Mar 2008 14:45:46 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: bug with touch t/ Message-ID: <20080306134546.GQ18407@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20080305183640 DOT GI18407 AT calimero DOT vinschen DOT de> <47CFEE38 DOT 5040905 AT byu DOT net> <20080306132748 DOT GP18407 AT calimero DOT vinschen DOT de> <47CFF263 DOT 90804 AT byu DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47CFF263.90804@byu.net> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mar 6 06:32, Eric Blake wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > According to Corinna Vinschen on 3/6/2008 6:27 AM: > | > | I examined this situation on Linux. In Linux, touch tries to open t\ > | and open() returns EISDIR. The fact that you see an ENOENT is a result > | of touch trying to use other methods to set the time: > > In other words, Linux does it wrong, too. I guess it's okay to be > bug-compatible to Linux, since after all, we are trying to emulate Linux > more than POSIX. SUSv3(*) says: [EISDIR] The named file is a directory and oflag includes O_WRONLY or O_RDWR. [ENOENT] O_CREAT is not set and the named file does not exist; or O_CREAT is set and either the path prefix does not exist or the path argument points to an empty string. Given these descriptions, I can't see anything wrong with that Linux behaviour. Corinna (*) http://www.opengroup.org/onlinepubs/009695399/functions/open.html -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/