From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752814Ab0C0LuV (ORCPT ); Sat, 27 Mar 2010 07:50:21 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]:38124 "EHLO mail-ww0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752724Ab0C0LuU convert rfc822-to-8bit (ORCPT ); Sat, 27 Mar 2010 07:50:20 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Yw7Btd5ZgpLN+cAN+Miiyu84lbUMqk3lncBFgO2nj7oWuRElv5r6+3Rnyk4dfzyixD qXoPZLeLpo6xGtJohCPUEZeLaIOXtYDL4QkKT7kh079DQ7ndVmnC6qSAtvs4lQzjEwHU eq8lnE8UTFSgb/pd1OVa8eLPd+8lcMouBywk4= MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 27 Mar 2010 12:50:18 +0100 Message-ID: Subject: Re: execve() returns ENOENT when ld-linux.so isn't found From: Olaf van der Spek To: Ulrich Drepper Cc: Luca Barbieri , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 26, 2010 at 10:15 PM, Ulrich Drepper wrote: >> Not according to POSIX 2008, which does not explicitly specify this case. > > That argumentation is bogus.  You wrote yourself, this situation isn't > (and cannot) be described in POSIX.  For such cases the any error > value is consistent with POSIX. > > > Again: any value is as good as any other.  The existing value works > and changing it breaks existing code. It didn't 'work' for me. What code would break? Olaf