From 0572d1659d8b50b4251950474f688513c4a72f8e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 3 Nov 2018 19:11:47 +0100 Subject: Add vm_object_sync support * include/mach/vm_sync.h: New file. * include/mach/mach_types.h: Include * Makefrag.am (include_mach_HEADERS): Add include/mach/vm_sync.h. * include/mach/mach_types.defs (vm_sync_t): Add type. * include/mach/gnumach.defs (vm_object_sync, vm_msync): Add RPCs. * vm/vm_map.h: Include . (vm_map_msync): New declaration. * vm/vm_map.c (vm_map_msync): New function. * vm/vm_user.c: Include and . (vm_object_sync, vm_msync): New functions. --- Makefrag.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index 4625b487..754d87e2 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -421,6 +421,7 @@ include_mach_HEADERS = \ include/mach/vm_param.h \ include/mach/vm_prot.h \ include/mach/vm_statistics.h \ + include/mach/vm_sync.h \ include/mach/vm_wire.h \ include/mach/inline.h \ include/mach/xen.h -- cgit v1.2.3