summaryrefslogtreecommitdiffstats
path: root/include/sys/mman.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2009-10-17 03:45:53 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-11-22 11:23:44 -0800
commit87a280d3e480d9c7dccd19e2984b1f9e576e69d7 (patch)
tree23412b459ad3c59f6098976d92b293b7cb2146eb /include/sys/mman.h
parentb88b64bd06d9c0945e53a99b6ea840f38358df99 (diff)
downloaduClibc-alpine-87a280d3e480d9c7dccd19e2984b1f9e576e69d7.tar.bz2
uClibc-alpine-87a280d3e480d9c7dccd19e2984b1f9e576e69d7.tar.xz
sync some headers and disable unused prototypes
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'include/sys/mman.h')
-rw-r--r--include/sys/mman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sys/mman.h b/include/sys/mman.h
index 609f78a73..d46b92258 100644
--- a/include/sys/mman.h
+++ b/include/sys/mman.h
@@ -1,5 +1,5 @@
/* Definitions for BSD-style memory management.
- Copyright (C) 1994-2000, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1994-2000, 2003, 2004, 2005 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
@@ -59,8 +59,8 @@ extern void *mmap (void *__addr, size_t __len, int __prot,
int __flags, int __fd, __off_t __offset) __THROW;
libc_hidden_proto(mmap)
#else
-# ifdef __REDIRECT
-extern void * __REDIRECT (mmap,
+# ifdef __REDIRECT_NTH
+extern void * __REDIRECT_NTH (mmap,
(void *__addr, size_t __len, int __prot,
int __flags, int __fd, __off64_t __offset),
mmap64);