summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-10-07 10:48:23 -0500
committerJoel Sherrill <joel@rtems.org>2020-01-17 16:13:35 -0600
commit5e7b3c6533aae1bedce65c1b2dfc28a34cfe8161 (patch)
tree995a5d0b5a81e43a9759b3f75c89aa9744694a4d /testsuites/psxtests/psxdevctl01/psxdevctl01.doc
parentbsp/raspberrypi: Updated the console API. (diff)
downloadrtems-5e7b3c6533aae1bedce65c1b2dfc28a34cfe8161.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxdevctl01/psxdevctl01.doc8
1 files changed, 7 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxdevctl01/psxdevctl01.doc b/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
index fee22d237d..51f295d2f1 100644
--- a/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
+++ b/testsuites/psxtests/psxdevctl01/psxdevctl01.doc
@@ -19,5 +19,11 @@ concepts:
+ Ensure that proper error values result when passing different combinations of
arguments to posix_devctl().
-+ Ensure that a requestn is passed through the underlying ioctl() operation
++ Ensure that a request is passed through the underlying ioctl() operation
to the console device driver and flagged as an error.
+
++ Ensure that the SOCKCLOSE subcommand is supported by posix_devctl()
+ and returns an error on invalid file descriptors.
+
++ Ensure that the SOCKCLOSE subcommand is supported by posix_devctl()
+ and will close a file descriptor.