aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/fstatvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/fstatvfs.c')
-rw-r--r--sysdeps/generic/fstatvfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/fstatvfs.c b/sysdeps/generic/fstatvfs.c
index 82a8541d7a..c5f75a7c97 100644
--- a/sysdeps/generic/fstatvfs.c
+++ b/sysdeps/generic/fstatvfs.c
@@ -1,5 +1,5 @@
/* Return information about the filesystem on which FD resides.
- Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 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
@@ -28,6 +28,6 @@ __fstatvfs (int fd, struct statvfs *buf)
return -1;
}
stub_warning (fstatvfs)
-
weak_alias (__fstatvfs, fstatvfs)
+libc_hidden_weak (fstatvfs)
#include <stub-tag.h>