[LTP] [PATCH V2 07/32] replace SIGCLD with SIGCHLD

Cyril Hrubis chrubis@suse.cz
Tue Feb 2 16:59:09 CET 2016


Hi!
> --- a/testcases/kernel/connectors/pec/pec_listener.c
> +++ b/testcases/kernel/connectors/pec/pec_listener.c
> @@ -20,6 +20,7 @@
>  /*                                                                            */
>  /******************************************************************************/
>  
> +#define _GNU_SOURCE
>  #include <sys/socket.h>
>  #include <sys/poll.h>
>  #include <sys/types.h>

Why is the _GNU_SOURCE needed here. And moreover it should be in
separate patch anyway.

The rest of the patch is fine.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the Ltp mailing list