delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <001101c141b1$f3929010$d2823bd5@dmitry> |
From: | "Dmitry Timoshkov" <dmitry AT baikal DOT ru> |
To: | <cygwin AT cygwin DOT com> |
References: | <077d01c1400e$2d92cdc0$d2823bd5 AT dmitry> <20010918101238 DOT H22900 AT cygbert DOT vinschen DOT de> <008501c14183$d9eddc10$d2823bd5 AT dmitry> <20010920090219 DOT A4194 AT cygbert DOT vinschen DOT de> <003601c141a8$8adc7760$d2823bd5 AT dmitry> <20010920100907 DOT D4194 AT cygbert DOT vinschen DOT de> |
Subject: | Re: fcntl(F_SETFD) on a file or socket handle |
Date: | Thu, 20 Sep 2001 17:53:17 +0900 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 5.50.4522.1200 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4522.1200 |
"Corinna Vinschen" <cygwin AT cygwin DOT com> wrote: [skipped] > > I see that fhandler_socket::fcntl() calls fhandler_base::fcntl() in > > all cases different from F_SETFL. Perhaps my understanding of things > > in C++ is not enough (I'm an old hand plain C programmer). > > set_close_on_exec() is a virtual method which means, the called > method is dependent of the actual class of the object which calls > it. Thanks for clarification. > Did you get the sources of Cygwin via CVS? If so, could > you please check if my just checked in patch works for you? I don't get Cygwin sources from CVS, but I have looked into your patch after it has appeared in CVS. Using SetHandleInformation() on NT instead of DuplicateHandle()/CloseHandle() pair is much better IMO, and should not cause any side effects. Thanks. -- Dmitry. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |