This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 38/58] Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: libc-alpha at sourceware dot org
- Date: Sun, 1 Oct 2017 15:43:29 -0700
- Subject: Re: [PATCH 38/58] Move hidden_proto (__dl_iterate_phdr) to include/link.h [BZ #18822]
- Authentication-results: sourceware.org; auth=none
- References: <20170901180029.9527-1-hjl.tools@gmail.com> <20170901180029.9527-39-hjl.tools@gmail.com>
On 9/1/17, H.J. Lu <hjl.tools@gmail.com> wrote:
> [BZ #18822]
> * elf/dl-iteratephdr.c (hidden_proto (__dl_iterate_phdr)): Moved
> to ...
> * include/link.h (hidden_proto (__dl_iterate_phdr)): Here.
Tested with build-many-glibcs.py. I am checking it in.
--
H.J.