From 6a9282d9bb7dd6d7665adb858161edf4e1d0778a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 9 Dec 2016 10:49:49 +0100 Subject: Rename is_internal to always_set_to_false Update #2825. --- cpukit/score/include/rtems/score/userext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/include/rtems/score/userext.h') diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/score/include/rtems/score/userext.h index 61de992f23..5af5824808 100644 --- a/cpukit/score/include/rtems/score/userext.h +++ b/cpukit/score/include/rtems/score/userext.h @@ -195,14 +195,14 @@ typedef void( *User_extensions_thread_exitted_extension )( * * @param[in] source The fatal source indicating the subsystem the fatal * condition originated in. - * @param[in] is_internal This parameter is always false and provide only for - * backward compatibility reasons. + * @param[in] always_set_to_false This parameter is always set to false and + * provided only for backward compatibility reasons. * @param[in] code The fatal error code. This value must be interpreted with * respect to the source. */ typedef void( *User_extensions_fatal_extension )( Internal_errors_Source source, - bool is_internal, + bool always_set_to_false, Internal_errors_t code ); -- cgit v1.2.3