summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys/psxenosys.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-09-02 12:42:08 -0500
committerJoel Sherrill <joel@rtems.org>2022-09-06 17:09:11 -0500
commitdbba94304472ebd9d2965741cf75b501a84fb60e (patch)
tree0c19c73298e0c630b50ea04db4c61330b4db0588 /testsuites/psxtests/psxenosys/psxenosys.scn
parentbsp/riscv: Add NOEL-V BSP (diff)
downloadrtems-dbba94304472ebd9d2965741cf75b501a84fb60e.tar.bz2
pthread_atfork(): Change to behavior from FACE Technical Standard
Closes #4713.
Diffstat (limited to 'testsuites/psxtests/psxenosys/psxenosys.scn')
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.scn2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxenosys/psxenosys.scn b/testsuites/psxtests/psxenosys/psxenosys.scn
index 1ed64f92e9..9e88acd05a 100644
--- a/testsuites/psxtests/psxenosys/psxenosys.scn
+++ b/testsuites/psxtests/psxenosys/psxenosys.scn
@@ -9,7 +9,7 @@ execv -- ENOSYS
execve -- ENOSYS
execvp -- ENOSYS
fork -- ENOSYS
-pthread_atfork -- ENOSYS
+pthread_atfork -- 0
pthread_getcpuclockid -- ENOSYS
sched_setparam -- ENOSYS
sched_getparam -- ENOSYS