summaryrefslogtreecommitdiff
path: root/misc/madvise.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/madvise.c')
-rw-r--r--misc/madvise.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/madvise.c b/misc/madvise.c
index 4e9681a521..e98189bf03 100644
--- a/misc/madvise.c
+++ b/misc/madvise.c
@@ -1,5 +1,5 @@
/* Advise system about intentions for a memory region. Stub version.
- Copyright (C) 1994-2012 Free Software Foundation, Inc.
+ Copyright (C) 1994-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
@@ -33,4 +33,3 @@ libc_hidden_def (__madvise)
weak_alias (__madvise, madvise)
stub_warning (madvise)
-#include <stub-tag.h>