summaryrefslogtreecommitdiff
path: root/misc/munlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/munlock.c')
-rw-r--r--misc/munlock.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/munlock.c b/misc/munlock.c
index 0a02e5b23e..910289dfe2 100644
--- a/misc/munlock.c
+++ b/misc/munlock.c
@@ -1,5 +1,5 @@
/* munlock -- undo the effects of prior mlock calls. Stub version.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001-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
@@ -30,4 +30,3 @@ munlock (const void *addr, size_t len)
}
stub_warning (munlock)
-#include <stub-tag.h>