summaryrefslogtreecommitdiff
path: root/io/fstatvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/fstatvfs.c')
-rw-r--r--io/fstatvfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/fstatvfs.c b/io/fstatvfs.c
index 4b64949f91..6da377669c 100644
--- a/io/fstatvfs.c
+++ b/io/fstatvfs.c
@@ -1,5 +1,5 @@
/* Return information about the filesystem on which FD resides.
- Copyright (C) 1996, 1997, 1998, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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,4 +29,3 @@ __fstatvfs (int fd, struct statvfs *buf)
stub_warning (fstatvfs)
weak_alias (__fstatvfs, fstatvfs)
libc_hidden_weak (fstatvfs)
-#include <stub-tag.h>