This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: issue with SIGPROF signal handler on ARM


On 10/11/07, Arvind Ayyangar <arvind.ayyangar@gmail.com> wrote:
> On 10/11/07, Carlos O'Donell <carlos@systemhalted.org> wrote:
> > > Does the kernel fill the register values in the k_sigcontext structure  ?
> >
> > Yes, the kernel fills the register values in the sigcontext structure
> > passed to the signal handler.
>
> Does that mean the prototype for the signal handler needs to be
> changed in order for it to work correctly ?

If this used to work, and the kernel change was deliberate, and an ABI
break was expected, then yes, userspace should change to match the
kernel.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]