rt-tests-1.1.1: Remove _GNU_SOURCE from source files

Remove _GNU_SOURCE from source files since it is defined in the Makefile

Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2016-06-24 13:34:54 +02:00
parent ba6cf8f41e
commit 02b15d056e
3 changed files with 0 additions and 9 deletions

View File

@ -20,9 +20,6 @@
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#ifndef __USE_XOPEN2K
# define __USE_XOPEN2K

View File

@ -1,6 +1,3 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <pthread.h>
#include <stdarg.h>
#include <stdlib.h>

View File

@ -29,9 +29,6 @@
* Look for "simple_test"
*
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <pthread.h>
#include <stdarg.h>
#include <stdlib.h>