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/fstatfs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/common/fstatfs.c') diff --git a/libc/sysdeps/linux/common/fstatfs.c b/libc/sysdeps/linux/common/fstatfs.c index af90bbe77..53b53cd61 100644 --- a/libc/sysdeps/linux/common/fstatfs.c +++ b/libc/sysdeps/linux/common/fstatfs.c @@ -26,10 +26,8 @@ extern __typeof(fstatfs) __libc_fstatfs; libc_hidden_proto(__libc_fstatfs) #define __NR___libc_fstatfs __NR_fstatfs _syscall2(int, __libc_fstatfs, int, fd, struct statfs *, buf) -libc_hidden_def(__libc_fstatfs) #if defined __UCLIBC_LINUX_SPECIFIC__ -libc_hidden_proto(fstatfs) +libc_hidden_def(__libc_fstatfs) weak_alias(__libc_fstatfs,fstatfs) -libc_hidden_weak(fstatfs) #endif -- cgit v1.2.3