regressions: Add _GNU_SOURCE to ck_backoff. Don't apply to all.

ck_pring
Samy Al Bahra 13 years ago
parent f4e50d16d8
commit 3e4aa8239a

@ -12,3 +12,4 @@ clean:
rm -rf validate *.dSYM
include ../../../build/regressions.build
CFLAGS+=-D_GNU_SOURCE

@ -28,7 +28,6 @@
#include <ck_pr.h>
#ifdef __linux__
#define _GNU_SOURCE
#include <sched.h>
#include <unistd.h>
#include <sys/types.h>

Loading…
Cancel
Save