mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 16:58: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