summaryrefslogtreecommitdiff
path: root/misc/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mmap.c')
-rw-r--r--misc/mmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mmap.c b/misc/mmap.c
index b77856dec0..b180274627 100644
--- a/misc/mmap.c
+++ b/misc/mmap.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
@@ -36,5 +36,4 @@ __mmap (__ptr_t addr, size_t len, int prot, int flags, int fd, off_t offset)
}
stub_warning (mmap)
-#include <stub-tag.h>
weak_alias (__mmap, mmap)