From b0cc86a6fc6fc98d18e3bc232f1d83973d74cb3d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Feb 2002 12:39:48 +0000 Subject: Lose the _GNU_SOURCE and just add __USE_GNU to the one file that needs it, since we definately do not want silent remapping of functions to their large-file counterparts. -Erik --- libpthread/linuxthreads/mutex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/linuxthreads/mutex.c') diff --git a/libpthread/linuxthreads/mutex.c b/libpthread/linuxthreads/mutex.c index 2217a504e..4c582ea87 100644 --- a/libpthread/linuxthreads/mutex.c +++ b/libpthread/linuxthreads/mutex.c @@ -16,6 +16,8 @@ /* Mutexes */ +#include +#define __USE_GNU #include #include #include -- cgit v1.2.3