2
1

liburcu-0.6.7-missing-gnu-source.patch 508 B

12345678910111213
  1. Define _GNU_SOURCE to access CPU_ZERO() macro in uClibc
  2. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  3. Index: userspace-rcu-0.6.7/tests/urcutorture.c
  4. ===================================================================
  5. --- userspace-rcu-0.6.7.orig/tests/urcutorture.c 2012-02-01 10:17:09.938804402 +0100
  6. +++ userspace-rcu-0.6.7/tests/urcutorture.c 2012-02-01 10:17:15.308713372 +0100
  7. @@ -1,3 +1,4 @@
  8. +#define _GNU_SOURCE
  9. #include <string.h>
  10. #include <sys/time.h>
  11. #include <poll.h>