summaryrefslogtreecommitdiff
path: root/pr/src/md/mac/macio.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/mac/macio.c')
-rw-r--r--pr/src/md/mac/macio.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pr/src/md/mac/macio.c b/pr/src/md/mac/macio.c
index 07aa4bc0..d062ce7a 100644
--- a/pr/src/md/mac/macio.c
+++ b/pr/src/md/mac/macio.c
@@ -1898,6 +1898,13 @@ PRStatus _MD_CreateFileMap(PRFileMap *fmap, PRInt64 size)
return PR_FAILURE;
}
+PRInt32 _MD_GetMemMapAlignment(void)
+{
+ PR_ASSERT(!"Not implemented");
+ PR_SetError(PR_NOT_IMPLEMENTED_ERROR, 0);
+ return -1;
+}
+
void * _MD_MemMap(
PRFileMap *fmap,
PROffset64 offset,