From 4c313954e695c9b0c929d0d1e6ae4c715ea6c6ba Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 27 Feb 2006 07:33:34 +0000 Subject: Get rid of redefines on ppc pointed out by vapier --- libc/misc/file/lockf64.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/misc/file') diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index 3b46a1ebe..48983d448 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -28,7 +28,9 @@ #ifdef __NR_fcntl64 #define flock flock64 #define fcntl fcntl64 +#undef F_GETLK #define F_GETLK F_GETLK64 +#undef F_SETLK #define F_SETLK F_SETLK64 libc_hidden_proto(fcntl64) #else -- cgit v1.2.3