summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtl/rtl.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-08-19 16:50:24 +1000
committerChris Johns <chrisj@rtems.org>2022-08-22 08:30:00 +1000
commita329579ed5ef8e7d75e41b43e62b040007835b75 (patch)
treea83edd08d08440f87dc8e983010044c4c8eaca2b /cpukit/include/rtems/rtl/rtl.h
parentcpukit/include: Fixes for C++ (diff)
downloadrtems-a329579ed5ef8e7d75e41b43e62b040007835b75.tar.bz2
cpukit/include: Fix including in C++
UPdates #4706
Diffstat (limited to 'cpukit/include/rtems/rtl/rtl.h')
-rw-r--r--cpukit/include/rtems/rtl/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtl/rtl.h b/cpukit/include/rtems/rtl/rtl.h
index 7901127785..0fd4e74cdf 100644
--- a/cpukit/include/rtems/rtl/rtl.h
+++ b/cpukit/include/rtems/rtl/rtl.h
@@ -107,7 +107,7 @@ extern struct r_debug _rtld_debug;
* Debugger break function. Call when debugging to have it read the _rtld_debug
* variable.
*/
-extern void _rtld_debug_state (void);
+void _rtld_debug_state (void);
/**
* The type of constructor/destructor function.