summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdl/rtl-error.h')
-rw-r--r--cpukit/libdl/rtl-error.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libdl/rtl-error.h b/cpukit/libdl/rtl-error.h
index 0badf51e21..f1cf4ea72c 100644
--- a/cpukit/libdl/rtl-error.h
+++ b/cpukit/libdl/rtl-error.h
@@ -37,6 +37,11 @@ extern "C" {
*/
void rtems_rtl_set_error (int error, const char* format, ...) RTEMS_RTL_PRINTF_ATTR;
+/**
+ * Clears the error.
+ */
+void rtems_rtl_clear_error (void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */