summaryrefslogtreecommitdiff
path: root/sysdeps/mach/msync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/msync.c')
-rw-r--r--sysdeps/mach/msync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/msync.c b/sysdeps/mach/msync.c
index f84553269e..b908fed141 100644
--- a/sysdeps/mach/msync.c
+++ b/sysdeps/mach/msync.c
@@ -33,7 +33,7 @@
unpredictable before this is done. */
int
-msync (__ptr_t addr, size_t len, int flags)
+msync (void *addr, size_t len, int flags)
{
vm_sync_t sync_flags = 0;
kern_return_t err;