forked from Imagelibrary/rtems
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.
7 lines
295 B
Plaintext
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 ***
|