| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD |
| From: | Felix Janda <felix.janda@xxxxxxxxx> |
| Date: | Tue, 12 Jan 2016 22:08:28 +0100 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| References: | <cover.1452632647.git.felix.janda@xxxxxxxxx> |
| User-agent: | Mutt/1.5.23 (2014-03-12) |
Signed-off-by: Felix Janda <felix.janda@xxxxxxxxx>
---
common/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/main.c b/common/main.c
index 3848499..faa66ee 100644
--- a/common/main.c
+++ b/common/main.c
@@ -2225,7 +2225,7 @@ static sig_printmap_t sig_printmap[ ] = {
{SIGTERM, "SIGTERM"},
{SIGUSR1, "SIGUSR1"},
{SIGUSR2, "SIGUSR2"},
- {SIGCLD, "SIGCLD"},
+ {SIGCHLD, "SIGCHLD"},
{SIGPWR, "SIGPWR"},
{SIGURG, "SIGURG"},
{SIGPOLL, "SIGPOLL"},
--
2.4.10
|
| Previous by Date: | [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX, Felix Janda |
|---|---|
| Next by Date: | [PATCH 4/6] librmt/rmtopen: Prefer <signal.h> over <sys/signal.h>, Felix Janda |
| Previous by Thread: | Re: [PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX, Christoph Hellwig |
| Next by Thread: | Re: [PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |