xfs
[Top] [All Lists]

[PATCH 3/6] common/main.c: Replace nonstandard SIGCLD by SIGCHLD

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

<Prev in Thread] Current Thread [Next in Thread>