Commit 34cb2d23 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: define _GNU_SOURCE for zdtm_ct

zdtm_ct.c:19:14: error: ‘CLONE_NEWNS’ undeclared (first use in this function)
  if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC))

Reported-by: Mr Jenkins
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4dbc3f09
TST = $(shell cat zdtm-tst-list)
CFLAGS += -D_GNU_SOURCE
.FORCE:
......
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