On 9/12/16 8:50 pm, Sebastian Huber wrote: > diff --git a/cpukit/score/include/rtems/score/userext.h > b/cpukit/score/include/rtems/score/userext.h > index 61de992..e77362a 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 > + * @param[in] always_false This parameter is always 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_false, > Internal_errors_t code > );
Is the parameter to always be set to false, ie always_set_to_false? Chris _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
