[LTP] [PATCH V3 18/23] replace SIGCLD with SIGCHLD

Cyril Hrubis chrubis@suse.cz
Wed Jul 27 18:24:31 CEST 2016


Hi!
> -	#ifdef SIGCLD
> -		/* SIGCLD same as SIGCHLD */
> -		STRPAIR(SIGCHLD, "SIGCHLD/SIGCLD")
> +	#ifdef SIGCHLD
> +		/* SIGCHLD same as SIGCHLD */
> +		STRPAIR(SIGCHLD, "SIGCHLD/SIGCHLD")
>  	#else
>  		PAIR(SIGCHLD)
>  	#endif

I had to fix this part, since obviously it does not make sense anymore
and all of it needed to be replaced by just PAIR(SIGCHLD);

> --- a/testcases/kernel/ipc/ipc_stress/signals.h
> +++ b/testcases/kernel/ipc/ipc_stress/signals.h
> @@ -38,7 +38,7 @@ char * signames [] =
>   "SIGALRM", //         14      // Alarm clock (POSIX).
>   "SIGTERM", //         15      // Termination (ANSI).
>   "SIGSTKFLT", //       16      // Stack fault.
> - "SIGCLD/SIGCHLD", //  SIGCHLD // Same as SIGCHLD (System V).
> + "SIGCHLD/SIGCHLD", //  SIGCHLD // Same as SIGCHLD (System V).
>   //"SIGCHLD", //       17      // Child status has changed (POSIX).
>   "SIGCONT", //         18      // Continue (POSIX).
>   "SIGSTOP", //         19      // Stop, unblockable (POSIX).

And here as well.


And pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list