This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 3/4] Refactor sigcontextinfo.h
On 20/08/2019 08:47, Florian Weimer wrote:
> * Adhemerval Zanella:
>
>> * sysdeps/generic/profil-counter.h (__profil_counter): Cast to
>> uintptr_t.
>> (USE_SA_SIGINFO): New define.
>> * sysdeps/generic/sigcontextinfo.h (GET_PC): Replace with
>> sigcontext_get_pc.
>> * sysdeps/mach/hurd/i386/sigcontextinfo.h (GET_PC): Likewise.
>> * sysdeps/posix/profil.c (profil_count): Change PC argument to
>> uintptr_t.
>> (__profil): Use SA_SIGINFO for USE_SA_SIGINFO.
>> * sysdeps/posix/sprofil.c (profil_count): Change PCP argument to
>> uintptr_t.
>> (__sprofil): Use SA_SIGINFO for USE_SA_SIGINFO.
>
> USE_SA_SIGINFO does not seem to be present in the patch.
Ack, fixed locally.