From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15311 invoked by alias); 9 Nov 2005 18:22:24 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 15294 invoked by uid 48); 9 Nov 2005 18:22:24 -0000 Date: Wed, 09 Nov 2005 18:22:00 -0000 Message-ID: <20051109182224.15292.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/15430] Cannot interrupt blocking I/O calls with close() In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "aph at gcc dot gnu dot org" X-SW-Source: 2005-q4/txt/msg00318.txt.bz2 List-Id: ------- Comment #6 from aph at gcc dot gnu dot org 2005-11-09 18:22 ------- Two things: Does this work for fds that aren't associated with sockets? It doesn't quite avoid the need for locking, since we still need to make sure that we only close an fd once. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15430