From 32bef6f20a44868624c4a3429b3a9130c3694854 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 16 Nov 2008 20:38:09 +0000 Subject: - cleanup {,f}stat{,v}fs{,64} relocs --- libc/sysdeps/linux/common/statfs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/common/statfs.c') diff --git a/libc/sysdeps/linux/common/statfs.c b/libc/sysdeps/linux/common/statfs.c index a1a32c3c1..5f4133ad3 100644 --- a/libc/sysdeps/linux/common/statfs.c +++ b/libc/sysdeps/linux/common/statfs.c @@ -16,10 +16,8 @@ extern __typeof(statfs) __libc_statfs; libc_hidden_proto(__libc_statfs) #define __NR___libc_statfs __NR_statfs _syscall2(int, __libc_statfs, const char *, path, struct statfs *, buf) -libc_hidden_def(__libc_statfs) #if defined __UCLIBC_LINUX_SPECIFIC__ -libc_hidden_proto(statfs) +libc_hidden_def(__libc_statfs) weak_alias(__libc_statfs,statfs) -libc_hidden_weak(statfs) #endif -- cgit v1.2.3