Commit 32dc4c57 authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm: Fix xids00 test compilation on older distrol

The getsid/getpig require _GNU_SOURCE on some libc-s.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent bef70928
#define _GNU_SOURCE
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <sys/wait.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment