summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 05:45:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-29 05:45:56 +0000
commit3021db1d304857755d862f4ad58d50fd1a9a1231 (patch)
tree619e3b8ecadf80850344aa9b7bd8421b9b3bd6c0 /testsuites
parentComment out sysconf(LONG_MAX) check (not useful). (diff)
downloadrtems-3021db1d304857755d862f4ad58d50fd1a9a1231.tar.bz2
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxsysconf/init.c: Comment out sysconf(LONG_MAX) check (not useful). Change sysconf(0x12345678) check into sysconf(INT_MAX) for better 16bit compliance.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 6eb06bb223..7014263d1d 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,9 @@
2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * psxsysconf/init.c:
+ Comment out sysconf(LONG_MAX) check (not useful).
+ Change sysconf(0x12345678) check into sysconf(INT_MAX) for better
+ 16bit compliance.
* psx11/task.c: Use long for nsecs.
* psx10/init.c: Pass 0x7FFF instead of 0xFFFFFF as invalid pshared
attribute to pthread_condattr_setpshared for 16bit target compliance.