This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH 1/5] m68k: Fix sigaction kernel definition (BZ #23960)


On Dez 12 2018, Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote:

> 	[BZ #23960]
> 	* sysdeps/unix/sysv/linux/kernel_sigaction.h (HAS_SA_RESTORER):
> 	Define if SA_RESTORER is defined.
> 	(kernel_sigaction): Define sa_restorer if HAS_SA_RESTORER is defined.
> 	(SET_SA_RESTORER, RESET_SA_RESTORER): Define iff the macro are not
> 	already defined.
> 	* sysdeps/unix/sysv/linux/m68k/kernel_sigaction.h (SA_RESTORER,
> 	kernel_sigaction, SET_SA_RESTORER, RESET_SA_RESTORER): Remove
> 	definitions.
> 	(HAS_SA_RESTORER): Define.
> 	* sysdeps/unix/sysv/linux/sparc/kernel_sigaction.h (SA_RESTORER,
> 	SET_SA_RESTORER, RESET_SA_RESTORER): Remove definition.
> 	(HAS_SA_RESTORER): Define.
> 	* sysdeps/unix/sysv/linux/nios2/kernel_sigaction.h: Include generic
> 	kernel_sigaction after define SET_SA_RESTORER and RESET_SA_RESTORER.
> 	* sysdeps/unix/sysv/linux/powerpc/kernel_sigaction.h: Likewise.
> 	* sysdeps/unix/sysv/linux/s390/kernel_sigaction.h: Likewise.
> 	* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.

Ok.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


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