mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 14:02:53 +08:00
psxdevctl is supposed to return the value in errno. Before, it was returning -1 and setting errno. Changed the tests to reflect these changes. Added code from RRADE's posix_devctl.c. Closes #4506