X-Spam-Check-By: sourceware.org X-T2-Posting-ID: dCnToGxhL58ot4EWY8b+QGwMembwLoz1X2yB7MdtIiA= X-Cloudmark-Score: 0.000000 [] Date: Sun, 4 Jun 2006 01:09:54 +0200 From: Samuel Thibault To: cygwin AT cygwin DOT com Cc: dave AT mielke DOT cc Subject: converse of cygwin_attach_handle_to_fd()? Message-ID: <20060603230954.GT4441@bouh.residence.ens-lyon.fr> Mail-Followup-To: cygwin AT cygwin DOT com, dave AT mielke DOT cc Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i-nntp X-IsSubscribed: yes 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 Hi, cygwin_attach_handle_to_fd() lets create a cygwin fd on top of a windows handle. When calling close() on the fd, the windows handle is closed too. Is there any way to close the fd without closing the underlying handle? (i.e. the converse of cygwin_attach_handle_to_fd(), actually) The same question applies to mingw's open_osfhandle() actually. Samuel -- 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/