diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/sys/statfs.h | 4 | ||||
-rw-r--r-- | io/sys/statvfs.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/io/sys/statfs.h b/io/sys/statfs.h index 6d9d00f92f..436668b590 100644 --- a/io/sys/statfs.h +++ b/io/sys/statfs.h @@ -1,5 +1,5 @@ /* Definitions for getting information about a filesystem. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -53,7 +53,7 @@ extern int fstatfs __P ((int __fildes, struct statfs *__buf)); extern int __REDIRECT (fstatfs, __P ((int __fildes, struct statfs *__buf)), fstatfs64); # else -# define statfs statfs64 +# define fstatfs fstatfs64 # endif #endif #ifdef __USE_LARGEFILE64 diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h index 856d3c93ca..73a2fa7df7 100644 --- a/io/sys/statvfs.h +++ b/io/sys/statvfs.h @@ -37,7 +37,7 @@ extern int __REDIRECT (statvfs, __P ((__const char *__file, struct statvfs *__buf)), statvfs64); # else -# define statfs statfs64 +# define statvfs statvfs64 # endif #endif #ifdef __USE_LARGEFILE64 @@ -54,7 +54,7 @@ extern int fstatvfs __P ((int __fildes, struct statvfs *__buf)); extern int __REDIRECT (fstatvfs, __P ((int __fildes, struct statvfs *__buf)), fstatvfs64); # else -# define statfs statfs64 +# define fstatvfs fstatvfs64 # endif #endif #ifdef __USE_LARGEFILE64 |