summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 04:51:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 04:51:38 +0000
commitcf980b19f760b4819c3c1f70e8866a60a3970ffd (patch)
tree9214bcc75c341fedc466f3d8308ea461a403dccb
parent2009-10-28 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-cf980b19f760b4819c3c1f70e8866a60a3970ffd.tar.bz2
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared attribute to pthread_condattr_setpshared for 16bit target compliance.
-rw-r--r--testsuites/psxtests/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 97c7d51008..6ff3371fa6 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
+ attribute to pthread_condattr_setpshared for 16bit target compliance.
+
2009-10-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxbarrier01/test.c: Include <tmacros.h>