public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org
Subject: Re: [PATCH 3/5] hppa: Remove kernel_sigaction.h
Date: Tue, 18 Dec 2018 18:28:00 -0000	[thread overview]
Message-ID: <c3f5262f-204f-0eb1-08ab-82a7b852d515@linaro.org> (raw)
In-Reply-To: <20181211195554.3377-3-adhemerval.zanella@linaro.org>

I will commit this shortly if no one opposes it.

On 11/12/2018 17:55, Adhemerval Zanella wrote:
> HPPA kernel_sigaction.h definition is the sama as the Linux generic
> one and old_kernel_sigaction is not used.
> 
> Checked on hppa-linux-gnu.
> 
> 	* sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: Remove file.
> ---
>  ChangeLog                                      |  2 ++
>  .../unix/sysv/linux/hppa/kernel_sigaction.h    | 18 ------------------
>  2 files changed, 2 insertions(+), 18 deletions(-)
>  delete mode 100644 sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h
> 
> diff --git a/sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h b/sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h
> deleted file mode 100644
> index af048cbe7d..0000000000
> --- a/sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h
> +++ /dev/null
> @@ -1,18 +0,0 @@
> -/* We have a separate header file here because we do not support
> -   SA_RESTORER on hppa. */
> -
> -/* This is the sigaction struction from the Linux 2.1.20 kernel.  */
> -/* Blah.  This is bogus.  We don't ever use it. */
> -struct old_kernel_sigaction {
> -	__sighandler_t k_sa_handler;
> -	unsigned long sa_mask;
> -	unsigned long sa_flags;
> -};
> -
> -/* This is the sigaction structure from the Linux 2.1.68 kernel.  */
> -
> -struct kernel_sigaction {
> -	__sighandler_t k_sa_handler;
> -	unsigned long sa_flags;
> -	sigset_t sa_mask;
> -};
> 

  reply	other threads:[~2018-12-18 18:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 19:56 [PATCH 1/5] m68k: Fix sigaction kernel definition (BZ #23960) Adhemerval Zanella
2018-12-11 19:56 ` [PATCH 5/5] s390: Use generic kernel_sigaction.h Adhemerval Zanella
2018-12-18 18:44   ` Adhemerval Zanella
2018-12-11 19:56 ` [PATCH 4/5] ia64: Remove kernel_sigaction.h Adhemerval Zanella
2018-12-18 18:29   ` Adhemerval Zanella
2018-12-11 19:56 ` [PATCH 3/5] hppa: " Adhemerval Zanella
2018-12-18 18:28   ` Adhemerval Zanella [this message]
2018-12-11 20:09 ` [PATCH 2/5] alpha: Use Linux generic sigaction implementation Adhemerval Zanella
2018-12-18 18:28   ` Adhemerval Zanella
2018-12-11 22:47 ` [PATCH 1/5] m68k: Fix sigaction kernel definition (BZ #23960) Andreas Schwab
2018-12-12 10:41   ` Adhemerval Zanella
2018-12-12 10:44     ` Andreas Schwab
2018-12-12 19:01       ` Adhemerval Zanella
2018-12-14 18:43         ` Andreas Schwab
2018-12-16 22:57         ` Aurelien Jarno
2018-12-17 12:06           ` Adhemerval Zanella

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3f5262f-204f-0eb1-08ab-82a7b852d515@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).