[LibOS] Remove unncessary include of prctl from testcase

This commit is contained in:
Stefan Berger
2020-05-29 11:43:21 +02:00
committed by Michał Kowalczyk
parent cab550d4cb
commit df2cdd452b
@@ -1,5 +1,4 @@
#define _GNU_SOURCE
#include <asm/prctl.h>
#include <assert.h>
#include <errno.h>
#include <linux/futex.h>