This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC][PATCH][BZ 15846] Add error reporting (via errno) to getauxval().
- From: Paul Pluzhnikov <ppluzhnikov at google dot com>
- To: Brooks Moses <bmoses at google dot com>
- Cc: GLIBC Devel <libc-alpha at sourceware dot org>, Rich Felker <dalias at aerifal dot cx>
- Date: Tue, 10 Dec 2013 08:21:06 -0800
- Subject: Re: [RFC][PATCH][BZ 15846] Add error reporting (via errno) to getauxval().
- Authentication-results: sourceware.org; auth=none
- References: <1386664513-28730-1-git-send-email-bmoses at google dot com>
On Tue, Dec 10, 2013 at 12:35 AM, Brooks Moses <bmoses@google.com> wrote:
> 2013-12-10 Brooks Moses <bmoses@google.com>
>
> * misc/getauxval.c: Include errno.h.
> (__getauxval): Set errno to ENOENT if the requested type is not
> found.
Please add magic "[BZ #15846]" marker to ChangeLog entry, so automatic
bugzilla updating on commit takes place, and update News with the
fixed bug.
The patch looks good to me.
Thanks,
--
Paul Pluzhnikov