|
From: <sv...@va...> - 2008-05-10 13:17:29
|
Author: bart Date: 2008-05-10 14:17:34 +0100 (Sat, 10 May 2008) New Revision: 8034 Log: Compiles now with older glibc versions too. Modified: trunk/exp-drd/tests/rwlock_test.c Modified: trunk/exp-drd/tests/rwlock_test.c =================================================================== --- trunk/exp-drd/tests/rwlock_test.c 2008-05-10 13:00:27 UTC (rev 8033) +++ trunk/exp-drd/tests/rwlock_test.c 2008-05-10 13:17:34 UTC (rev 8034) @@ -3,6 +3,8 @@ */ +#define _GNU_SOURCE 1 + #include <pthread.h> #include <stdio.h> |