summaryrefslogtreecommitdiff
path: root/io/posix_fadvise.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/posix_fadvise.c')
-rw-r--r--io/posix_fadvise.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/posix_fadvise.c b/io/posix_fadvise.c
index 3733601647..41c9dc1786 100644
--- a/io/posix_fadvise.c
+++ b/io/posix_fadvise.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2000-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
@@ -27,4 +27,3 @@ posix_fadvise (int fd, __off_t offset, __off_t len, int advise)
return ENOSYS;
}
stub_warning (posix_fadvise)
-#include <stub-tag.h>