From 3039e5421ce80d9934f4f6f6efd556afe388f10e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 00:22:11 +0000 Subject: Some undefs to be pedantic --- libc/sysdeps/linux/common/lseek.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/common/lseek.c') diff --git a/libc/sysdeps/linux/common/lseek.c b/libc/sysdeps/linux/common/lseek.c index ebd07512b..4eb51d322 100644 --- a/libc/sysdeps/linux/common/lseek.c +++ b/libc/sysdeps/linux/common/lseek.c @@ -11,6 +11,8 @@ #include #define __NR___lseek __NR_lseek +#undef __lseek +#undef lseek attribute_hidden _syscall3(__off_t, __lseek, int, fildes, __off_t, offset, int, whence); strong_alias(__lseek,lseek) weak_alias(__lseek,__libc_lseek) -- cgit v1.2.3