urcu: fix deprecation warning with new glibc
[urcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index 1429f6dfbbd3f392b307a9139931bf24eeebd67a..6f5b1e01ea04c09db4f7c5c261918750396254ea 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -26,6 +26,7 @@
 #define _BSD_SOURCE
 #define _GNU_SOURCE
 #define _LGPL_SOURCE
+#define _DEFAULT_SOURCE
 #include <stdio.h>
 #include <pthread.h>
 #include <signal.h>
This page took 0.022752 seconds and 4 git commands to generate.