regressions: Use _GNU_SOURCE by default on Linux.

ck_pring
Samy Al Bahra 13 years ago
parent 4d60db247e
commit f4e50d16d8

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

Loading…
Cancel
Save