From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- libc/misc/file/lockf64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/misc/file/lockf64.c') diff --git a/libc/misc/file/lockf64.c b/libc/misc/file/lockf64.c index b2ffe5d8c..ba3887329 100644 --- a/libc/misc/file/lockf64.c +++ b/libc/misc/file/lockf64.c @@ -34,11 +34,11 @@ #define F_SETLK F_SETLK64 libc_hidden_proto(fcntl64) #else -libc_hidden_proto(fcntl) +/* libc_hidden_proto(fcntl) */ #endif /* Experimentally off - libc_hidden_proto(memset) */ -libc_hidden_proto(getpid) +/* libc_hidden_proto(getpid) */ /* lockf is a simplified interface to fcntl's locking facilities. */ -- cgit v1.2.3