Update contrib.
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
17 * Internal header for mmap implementation
26 #include <sys/types.h>
41 // Function prototypes
44 IMPORT_C void* _mmap_r(struct _reent *r, size_t len, int prot, int flags, int fildes, off_t offset);
46 IMPORT_C int _mprotect_r(struct _reent *,const void *, size_t, int);
48 IMPORT_C int _msync_r(struct _reent *,void *, size_t, int);
50 IMPORT_C int _munlock_r(struct _reent *,const void *, size_t);
52 IMPORT_C int _munmap_r(struct _reent *,void *, size_t);
56 #endif /* !_MMAP_H_ */