summaryrefslogtreecommitdiff
path: root/io/sys/statfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'io/sys/statfs.h')
-rw-r--r--io/sys/statfs.h4
1 files changed, 2 insertions, 2 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