mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user