From 3b47ce73fa67efaeb1c92dc0129efa92f22d747c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Sep 2017 13:14:57 +0200 Subject: posix: Allow PTHREAD_PROCESS_SHARED for mutexes Close #3125. --- testsuites/psxtests/psx05/psx05.scn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psx05/psx05.scn') diff --git a/testsuites/psxtests/psx05/psx05.scn b/testsuites/psxtests/psx05/psx05.scn index 4e66ceabf6..0315eee562 100644 --- a/testsuites/psxtests/psx05/psx05.scn +++ b/testsuites/psxtests/psx05/psx05.scn @@ -37,7 +37,7 @@ Init: pthread_mutexattr_setprotocol - SUCCESSFUL Init: pthread_mutexattr_setprioceiling - SUCCESSFUL Init: pthread_mutex_init - EINVAL (bad priority ceiling) Init: Resetting mutex attributes -Init: pthread_mutex_init - ENOSYS (process wide scope) +Init: pthread_mutex_init - process shared scope Init: pthread_mutex_init - EINVAL (invalid scope) Init: pthread_mutex_init - EINVAL (invalid type) Init: Resetting mutex attributes -- cgit v1.2.3