Files
rtems/testsuites/psxtests/psxdevctl01/psxdevctl01.scn
Joel Sherrill 5e7b3c6533 posix_devctl - Add support for SOCKCLOSE
The FACE Technical Standard, Edition 3.0 and later require the definition
of the subcommand SOCKCLOSE in <devctl.h>.

Reference: ​https://www.opengroup.org/face

closes #3856.
2020-01-17 16:13:35 -06:00

7 lines
295 B
Plaintext

*** BEGIN OF TEST PSXDEVCTL 1 ***
posix_devctl() FIONBIO on stdin return dev_info -- EBADF
posix_devctl() FIONBIO on stdin NULL dev_info -- EBADF
posix_devctl() SOCKCLOSE on invalid file descriptor -- EBADF
posix_devctl() SOCKCLOSE on valid file descriptor -- OK
*** END OF TEST PSXDEVCTL 1 ***