[LTP] [PATCH v3 05/10] Rewrite semtest_2ns.c using new LTP API

Cyril Hrubis chrubis@suse.cz
Thu Mar 24 17:04:26 CET 2022


Hi!
> +#include <sys/wait.h>
> +#include <sys/msg.h>
> +#include <sys/types.h>
> +#include <sys/sem.h>
> +#include "tst_safe_sysv_ipc.h"
> +#include "tst_test.h"
> +#include "common.h"
>  
> -int check_sem2(void *vtest)
> +#define MY_KEY 124326L
> +
> +static char *str_op = "clone";

Same problem here.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list