urcu: fix deprecation warning with new glibc
[userspace-rcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index d4c5bf2d4b11861e8e682dc535003ea9dee6cced..6fa9f66d301e96e1ea34b5c96e553841bbd109e7 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.022832 seconds and 4 git commands to generate.