From d8eeb3b302e03c286b48e3dc8a4a61f5a2e2e129 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Wed, 15 Nov 2017 00:32:13 +0100 Subject: [PATCH] jehanne: define SIGCLD as SIGCHLD --- newlib/libc/sys/jehanne/sys/signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/sys/jehanne/sys/signal.h b/newlib/libc/sys/jehanne/sys/signal.h index 5355a94ab..a9a043558 100644 --- a/newlib/libc/sys/jehanne/sys/signal.h +++ b/newlib/libc/sys/jehanne/sys/signal.h @@ -190,7 +190,7 @@ int sigqueue (pid_t pid, int signo, const union sigval value); #define SIGTSTP PosixSIGTSTP /* stop signal from tty */ #define SIGCONT PosixSIGCONT /* continue a stopped process */ #define SIGCHLD PosixSIGCHLD /* to parent on child stop or exit */ -#define SIGCLD PosixSIGCLD /* System V name for SIGCHLD */ +#define SIGCLD PosixSIGCHLD /* System V name for SIGCHLD */ #define SIGTTIN PosixSIGTTIN /* to readers pgrp upon background tty read */ #define SIGTTOU PosixSIGTTOU /* like TTIN for output if (tp->t_local<OSTOP) */ #define SIGIO PosixSIGIO /* input/output possible signal */