From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18729 invoked by alias); 27 Jul 2013 09:35:42 -0000 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 Received: (qmail 18692 invoked by uid 89); 27 Jul 2013 09:35:42 -0000 X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RDNS_NONE,SPF_NEUTRAL autolearn=no version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from Unknown (HELO popelka.ms.mff.cuni.cz) (195.113.20.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 27 Jul 2013 09:35:40 +0000 Received: from domone.kolej.mff.cuni.cz (popelka.ms.mff.cuni.cz [195.113.20.131]) by popelka.ms.mff.cuni.cz (Postfix) with ESMTPS id 9DF2950BF0; Sat, 27 Jul 2013 11:35:29 +0200 (CEST) Received: by domone.kolej.mff.cuni.cz (Postfix, from userid 1000) id CEC3260135; Sat, 27 Jul 2013 10:55:53 +0200 (CEST) Date: Sat, 27 Jul 2013 09:35:00 -0000 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= To: "Petr.Salinger at seznam dot cz" Cc: glibc-bugs@sourceware.org Subject: Re: [Bug libc/15794] New: move AT_* constants definition from elf.h into sysdeps (bits) directory Message-ID: <20130727085553.GA5082@domone.kolej.mff.cuni.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-07/txt/msg00165.txt.bz2 > > Currently the installed contains many Linux specific AT_* constants. > Especially with introduction of getauxval() it would be handy to allow > overriding them. > > Please move this into separate bits header . > > At least the FreeBSD kernel uses a different set. > See http://svnweb.freebsd.org/base/head/sys/x86/include/elf.h > > And I doubt hurd also provides all of them. > As this is patch please send it to libc-alpha@sourceware.org to get comments there.