Do not force GNU_SOURCE during build to fix #141

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2022-08-29 12:48:34 +02:00
committed by Andreas Schneider
parent bd2db30174
commit 8cf9c8162f
3 changed files with 1 additions and 13 deletions

View File

@@ -24,10 +24,6 @@
#ifndef _TORTURE_H
#define _TORTURE_H
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>