]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/munlock.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / munlock.c
index 0a02e5b23e5b97ae044d210c86ab4a4bed1f8f51..50f3ae4b85f51ab03ce83facddd9118c5d42d9c1 100644 (file)
@@ -1,5 +1,5 @@
 /* munlock -- undo the effects of prior mlock calls.  Stub version.
-   Copyright (C) 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001-2015 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>