From d2e31f70c12f6363cef79ffad781df6ec0acdfb5 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 28 Mar 2017 17:23:05 +1100 Subject: libdl: Back port C++ exception throw and catch from 4.12. Closes #2956. --- cpukit/libdl/rtl-rap.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/libdl/rtl-rap.h') diff --git a/cpukit/libdl/rtl-rap.h b/cpukit/libdl/rtl-rap.h index f828b1fbdc..eca6e9ea4a 100644 --- a/cpukit/libdl/rtl-rap.h +++ b/cpukit/libdl/rtl-rap.h @@ -40,6 +40,13 @@ bool rtems_rtl_rap_file_check (rtems_rtl_obj_t* obj, int fd); */ bool rtems_rtl_rap_file_load (rtems_rtl_obj_t* obj, int fd); +/** + * The RAP format unload handler. + * + * @param obj The object to unload. + */ +bool rtems_rtl_rap_file_unload (rtems_rtl_obj_t* obj); + /** * The RAP format signature handler. * -- cgit v1.2.3