summaryrefslogtreecommitdiff
path: root/misc/mprotect.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mprotect.c')
-rw-r--r--misc/mprotect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mprotect.c b/misc/mprotect.c
index e6cb623535..2df65587b4 100644
--- a/misc/mprotect.c
+++ b/misc/mprotect.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995, 1996, 1997 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
@@ -32,4 +32,3 @@ __mprotect (__ptr_t addr, size_t len, int prot)
weak_alias (__mprotect, mprotect)
stub_warning (mprotect)
-#include <stub-tag.h>