urcu: fix deprecation warning with new glibc
[userspace-rcu.git] / urcu.c
diff --git a/urcu.c b/urcu.c
index 5cb470bcaea9e61b312a8e2d839c14ab88eacc80..1d4bf7afb04030155f7cb88d4dcb2cf8e2518a66 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.02327 seconds and 4 git commands to generate.