From 5dec08934fe44c8483795147e3e6f9480660f099 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Mar 2022 09:40:55 -0500 Subject: cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright) Updates #3053. --- cpukit/libdl/rtl.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'cpukit/libdl/rtl.c') diff --git a/cpukit/libdl/rtl.c b/cpukit/libdl/rtl.c index 57449d44b8..21ddb00aac 100644 --- a/cpukit/libdl/rtl.c +++ b/cpukit/libdl/rtl.c @@ -1,5 +1,15 @@ /* SPDX-License-Identifier: BSD-2-Clause */ +/** + * @file + * + * @ingroup rtems_rtld + * + * @brief RTEMS Run-Time Link Editor + * + * This is the RTL implementation. + */ + /* * COPYRIGHT (c) 2012, 2018 Chris Johns * @@ -24,15 +34,6 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/** - * @file - * - * @ingroup rtems_rtld - * - * @brief RTEMS Run-Time Link Editor - * - * This is the RTL implementation. - */ #ifdef HAVE_CONFIG_H #include "config.h" -- cgit v1.2.3