summaryrefslogtreecommitdiff
path: root/misc/mlockall.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mlockall.c')
-rw-r--r--misc/mlockall.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mlockall.c b/misc/mlockall.c
index a7403889fb..b0b2f90bbc 100644
--- a/misc/mlockall.c
+++ b/misc/mlockall.c
@@ -1,5 +1,5 @@
/* mlockall -- lock in core all the pages in this process. 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
@@ -32,4 +32,3 @@ mlockall (int flags)
}
stub_warning (mlockall)
-#include <stub-tag.h>