X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_rwlock_timing.c;h=7d1680606d20373515ca0224193582a6c737a4b2;hp=b26f83dcc9035c20ea878896bc8b1477eaa64a76;hb=6982d6d71aeed16d2d929bd0ed221e8f444b706e;hpb=ec4e58a3aba2084440012f8ccac3a31eb6101183 diff --git a/tests/test_rwlock_timing.c b/tests/test_rwlock_timing.c index b26f83d..7d16806 100644 --- a/tests/test_rwlock_timing.c +++ b/tests/test_rwlock_timing.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#define _GNU_SOURCE #include #include #include @@ -31,10 +32,9 @@ #include #include #include -#include +#include -/* Make this big enough to include the POWER5+ L3 cacheline size of 256B */ -#define CACHE_LINE_SIZE 4096 +#include #if defined(_syscall0) _syscall0(pid_t, gettid)