about summary refs log tree commit diff
path: root/misc/msync.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/msync.c')
-rw-r--r--misc/msync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/msync.c b/misc/msync.c
index 361185e83d..4f79c0215e 100644
--- a/misc/msync.c
+++ b/misc/msync.c
@@ -24,7 +24,7 @@
    unpredictable before this is done.  */
 
 int
-msync (__ptr_t addr, size_t len, int flags)
+msync (void *addr, size_t len, int flags)
 {
   __set_errno (ENOSYS);
   return -1;