From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24134 invoked by alias); 21 Jan 2007 23:19:23 -0000 Received: (qmail 24113 invoked by uid 48); 21 Jan 2007 23:19:15 -0000 Date: Sun, 21 Jan 2007 23:19:00 -0000 Message-ID: <20070121231915.24112.qmail@sourceware.org> From: "samuel dot thibault at ens-lyon dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20061206132323.3665.samuel.thibault@ens-lyon.org> References: <20061206132323.3665.samuel.thibault@ens-lyon.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug manual/3665] errno 118 assigned twice (ECANCELED and ENOTSUP) X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00067.txt.bz2 ------- Additional Comments From samuel dot thibault at ens-lyon dot org 2007-01-21 23:19 ------- Created an attachment (id=1510) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1510&action=view) proposed patch Here is a proposed patch. ECANCELED is only supported for aio functions, which have yet no implementation on the Hurd: the symbols aren't even provided, so no existing program may have already been compiled using that 118 value. That's why it is safe to change that constant rather than ENOTSUP. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3665 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.