summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/psx05.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-15 13:14:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-15 13:57:38 +0200
commit3b47ce73fa67efaeb1c92dc0129efa92f22d747c (patch)
treeadbb3251887d6e07a284bfe10a058c0f08b43e91 /testsuites/psxtests/psx05/psx05.scn
parentlibio: Remove rtems_libio_t::driver (diff)
downloadrtems-3b47ce73fa67efaeb1c92dc0129efa92f22d747c.tar.bz2
posix: Allow PTHREAD_PROCESS_SHARED for mutexes
Close #3125.
Diffstat (limited to 'testsuites/psxtests/psx05/psx05.scn')
-rw-r--r--testsuites/psxtests/psx05/psx05.scn2
1 files changed, 1 insertions, 1 deletions
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