Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 21 Jul 2002 13:48:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 21 Jul 2002 13:48:53 -0400 Received: from twinlark.arctic.org ([208.44.199.239]:37344 "EHLO twinlark.arctic.org") by vger.kernel.org with ESMTP id ; Sun, 21 Jul 2002 13:48:53 -0400 Date: Sun, 21 Jul 2002 10:51:59 -0700 (PDT) From: dean gaudet To: Linus Torvalds cc: Christoph Rohland , Subject: Re: [PATCH] 'select' failure or signal should not update timeout In-Reply-To: Message-ID: X-comment: visit http://arctic.org/~dean/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 621 Lines: 17 On Sun, 21 Jul 2002, Linus Torvalds wrote: > The fact is, the linuxism exists, and breaking it is worse than not > breaking it. fortunately, glibc uses poll() rather than select() these days (so that it avoids bugs with programs with huge numbers of fds). so that ancient code in the libc5 resolver (see res_send) which still relies on this linuxism is dying out :) -dean - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/