From 24f818725bb7eeffff055fe5b5a0cd0bdf490bca Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 23:09:32 +0000 Subject: Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... --- libc/sysdeps/linux/common/posix_fadvise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/posix_fadvise.c') diff --git a/libc/sysdeps/linux/common/posix_fadvise.c b/libc/sysdeps/linux/common/posix_fadvise.c index 52fc35700..70fd41ddd 100644 --- a/libc/sysdeps/linux/common/posix_fadvise.c +++ b/libc/sysdeps/linux/common/posix_fadvise.c @@ -21,7 +21,7 @@ _syscall4(int, posix_fadvise, int, fd, off_t, offset, off_t, len, int, advice); #if defined __UCLIBC_HAS_LFS__ && !defined __NR_fadvise64_64 -weak_alias(posix_fadvise, posix_fadvise64); +weak_alias(posix_fadvise, posix_fadvise64) #endif #else -- cgit v1.2.3