summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-11-06 18:26:05 -0600
committerJoel Sherrill <joel@rtems.org>2019-11-06 18:37:44 -0600
commit4e9197ae0bf77b53cab8e5b740e18daa6c1addbd (patch)
treea4284155e2d014cb3b5ff5c9dc5039e9cf474132
parentposix-compliance: Add ndbm.h support (diff)
downloadrtems-docs-4e9197ae0bf77b53cab8e5b740e18daa6c1addbd.tar.bz2
c-user/directive_status_codes.rst: Add RTEMS_IO_ERROR and RTEMS_INTERRUPTED
-rw-r--r--c-user/directive_status_codes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/c-user/directive_status_codes.rst b/c-user/directive_status_codes.rst
index 15ae639..1331076 100644
--- a/c-user/directive_status_codes.rst
+++ b/c-user/directive_status_codes.rst
@@ -78,6 +78,10 @@ The directives are:
- RTEMS inconsistency detected
* - ``RTEMS_NO_MEMORY``
- could not get enough memory
+ * - ``RTEMS_IO_ERROR``
+ - driver I/O error
+ * - ``RTEMS_INTERRUPTED``
+ - returned by driver to indicate interrupted operation
.. raw:: latex