fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / tests / regression / urcutorture.c
index 35096a63f5843c38cbb68e3f87ed3f9b0210a5f2..ed256ea0a13358e7fcae0d640f23eba65f88f217 100644 (file)
@@ -1,4 +1,7 @@
-#define _GNU_SOURCE
+// SPDX-FileCopyrightText: 2009 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+//
+// SPDX-License-Identifier: GPL-2.0-or-later
+
 #include <string.h>
 #include <sys/time.h>
 #include <poll.h>
@@ -12,9 +15,6 @@
 #ifdef RCU_MEMBARRIER
 #include <urcu.h>
 #endif
-#ifdef RCU_SIGNAL
-#include <urcu.h>
-#endif
 #ifdef RCU_MB
 #include <urcu.h>
 #endif
This page took 0.022391 seconds and 4 git commands to generate.