summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxshm02/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxshm02/system.h')
-rw-r--r--testsuites/psxtests/psxshm02/system.h3
1 files changed, 2 insertions, 1 deletions
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