about summary refs log tree commit diff
path: root/sysdeps/generic/statvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/statvfs.c')
-rw-r--r--sysdeps/generic/statvfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/statvfs.c b/sysdeps/generic/statvfs.c
index d2641aafb7..22e24cfeeb 100644
--- a/sysdeps/generic/statvfs.c
+++ b/sysdeps/generic/statvfs.c
@@ -1,5 +1,5 @@
 /* Return information about the filesystem on which FILE resides.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002 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
@@ -29,6 +29,6 @@ __statvfs (const char *file, struct statvfs *buf)
   return -1;
 }
 weak_alias (__statvfs, statvfs)
-
+libc_hidden_weak (statvfs)
 stub_warning (statvfs)
 #include <stub-tag.h>