summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld.h')
-rw-r--r--rtemstoolkit/rld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtemstoolkit/rld.h b/rtemstoolkit/rld.h
index 2b6a40d..1031a54 100644
--- a/rtemstoolkit/rld.h
+++ b/rtemstoolkit/rld.h
@@ -105,6 +105,11 @@ namespace rld
};
/**
+ * Handle a standard exception.
+ */
+ void output_std_exception (std::exception e, std::ostream& out);
+
+ /**
* A convenience macro to make where a file and line number.
*/
#define rld_error_at(_what) \