From 87de70a2984cece87db94f4b445589c4e24e5c77 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Wed, 15 Mar 2017 14:31:00 -0400 Subject: posix/mman: add mmap support for shm objects Update #2859. --- testsuites/psxtests/psxshm02/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxshm02') diff --git a/testsuites/psxtests/psxshm02/system.h b/testsuites/psxtests/psxshm02/system.h index d02c87f62c..5ed0f0caf2 100644 --- a/testsuites/psxtests/psxshm02/system.h +++ b/testsuites/psxtests/psxshm02/system.h @@ -31,7 +31,8 @@ const POSIX_Shm_Object_operations _POSIX_Shm_Object_operations = { _POSIX_Shm_Object_create_from_heap, _POSIX_Shm_Object_resize_from_heap, _POSIX_Shm_Object_delete_from_heap, - _POSIX_Shm_Object_read_from_heap + _POSIX_Shm_Object_read_from_heap, + _POSIX_Shm_Object_mmap_from_heap }; #define CONFIGURE_HAS_OWN_POSIX_SHM_OBJECT_OPERATIONS -- cgit v1.2.3