From f1358210f659767a87869e48de89299e84515ae9 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 26 Nov 2008 09:24:33 +0000 Subject: - remove fstatfs() and statfs() related headers upon request --- include/sys/statfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/sys/statfs.h b/include/sys/statfs.h index 504be0308..c754ea35c 100644 --- a/include/sys/statfs.h +++ b/include/sys/statfs.h @@ -46,7 +46,6 @@ extern int statfs64 (__const char *__file, struct statfs64 *__buf) libc_hidden_proto(statfs64) #endif -#if defined __UCLIBC_LINUX_SPECIFIC__ /* Return information about the filesystem containing the file FILDES refers to. */ #ifndef __USE_FILE_OFFSET64 @@ -65,7 +64,6 @@ extern int fstatfs64 (int __fildes, struct statfs64 *__buf) __THROW __nonnull ((2)); libc_hidden_proto(fstatfs64) #endif -#endif /* __UCLIBC_LINUX_SPECIFIC__ */ __END_DECLS -- cgit v1.2.3