From a9e4cbde64ecadb003bb779e096d3f89303c62b1 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 00:51:04 +0000 Subject: Correct some problems --- libc/misc/file/lockf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/misc/file/lockf.c') diff --git a/libc/misc/file/lockf.c b/libc/misc/file/lockf.c index 63d6a39c9..2ba81de9a 100644 --- a/libc/misc/file/lockf.c +++ b/libc/misc/file/lockf.c @@ -16,6 +16,9 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include +#undef __lockf + #include #include #include @@ -24,6 +27,7 @@ /* lockf is a simplified interface to fcntl's locking facilities. */ +#undef lockf int attribute_hidden __lockf (int fd, int cmd, off_t len) { struct flock fl; -- cgit v1.2.3