public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Adhemerval Zanella via Libc-alpha <libc-alpha@sourceware.org>
Subject: Re: [PATCH v2 1/5] signal: Add signum-{generic,arch}.h
Date: Tue, 28 Apr 2020 09:30:17 +0200	[thread overview]
Message-ID: <87tv14cbjq.fsf@igel.home> (raw)
In-Reply-To: <20200427214855.2523259-1-adhemerval.zanella@linaro.org> (Adhemerval Zanella via Libc-alpha's message of "Mon, 27 Apr 2020 18:48:51 -0300")

On Apr 27 2020, Adhemerval Zanella via Libc-alpha wrote:

> +/* Historical signals specified by POSIX. */
> +#define SIGBUS		10	/* Bus error.  */
> +#define	SIGSYS		12	/* Bad system call.  */
> +
> +/* New(er) POSIX signals (1003.1-2008, 1003.1-2013).  */
> +#define	SIGURG		16	/* Urgent data is available at a socket.  */
> +#define	SIGSTOP		17	/* Stop, unblockable.  */
> +#define	SIGTSTP		18	/* Keyboard stop.  */
> +#define	SIGCONT		19	/* Continue.  */
> +#define SIGCHLD         20      /* Child terminated or stopped.  */
> +#define	SIGTTIN		21	/* Background read from control terminal.  */
> +#define	SIGTTOU		22	/* Background write to control terminal.  */
> +#define	SIGPOLL		23	/* Pollable event occurred (System V).  */
> +#define	SIGXCPU		24	/* CPU time limit exceeded.  */
> +#define	SIGVTALRM	26	/* Virtual timer expired.  */
> +#define	SIGPROF		27	/* Profiling timer expired.  */
> +#define	SIGXFSZ		25	/* File size limit exceeded.  */
> +#define	SIGUSR1		30	/* User-defined signal 1.  */
> +#define	SIGUSR2		31	/* User-defined signal 2.  */

Please be consistent with tab vs. space after #define (I'd prefer a
single space there).

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."

  parent reply	other threads:[~2020-04-28  7:30 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-27 21:48 Adhemerval Zanella
2020-04-27 21:48 ` [PATCH 2/5] signal: Move sys_siglist to a compat symbol Adhemerval Zanella
2020-04-28 14:50   ` Florian Weimer
2020-04-28 15:00     ` Adhemerval Zanella
2020-04-28 15:11       ` Florian Weimer
2020-04-28 15:31         ` Adhemerval Zanella
2020-04-29 10:10           ` Florian Weimer
2020-04-29 11:40             ` Adhemerval Zanella
2020-04-29 11:57               ` Florian Weimer
2020-04-29 12:33                 ` Adhemerval Zanella
2020-04-29 13:09                   ` Florian Weimer
2020-04-29 13:52                     ` Adhemerval Zanella
2020-04-27 21:48 ` [PATCH 3/5] signal: Move sys_errlist " Adhemerval Zanella
2020-04-28 14:53   ` Florian Weimer
2020-04-28 15:03     ` Adhemerval Zanella
2020-04-28 15:08     ` Joseph Myers
2020-04-29 11:58       ` Florian Weimer
2020-04-28 14:54   ` Joseph Myers
2020-04-28 19:44     ` Adhemerval Zanella
2020-04-28 20:26       ` Joseph Myers
2020-04-27 21:48 ` [PATCH v2 4/5] mips: Fix SIGRTMAX definition Adhemerval Zanella
2020-04-28  7:33   ` Andreas Schwab
2020-04-28 13:42     ` Adhemerval Zanella
2020-04-27 21:48 ` [PATCH v2 5/5] linux: Fix __NSIG_WORDS and add __NSIG_BYTES Adhemerval Zanella
2020-04-28  7:30 ` Andreas Schwab [this message]
2020-04-28 13:43   ` [PATCH v2 1/5] signal: Add signum-{generic,arch}.h Adhemerval Zanella
2020-05-07 14:23 Adhemerval Zanella
2020-05-07 17:38 ` Paul E Murphy
2020-05-07 18:27   ` Adhemerval Zanella
2020-05-12 17:36 ` Carlos O'Donell
2020-05-12 17:38   ` Carlos O'Donell

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=87tv14cbjq.fsf@igel.home \
    --to=schwab@linux-m68k.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).