From dbcc8ea95fa2f2dd45396bffffed1d31934b5df3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Jun 2010 13:26:31 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-15=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/include/rtems/posix/pthread.h: Remove stray comment. Work-around doxygen comment bug. --- cpukit/ChangeLog | 5 +++++ cpukit/posix/include/rtems/posix/pthread.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 440ee637e3..fca1168ad1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2010-06-15 Ralf Corsépius + + * posix/include/rtems/posix/pthread.h: Remove stray comment. + Work-around doxygen comment bug. + 2010-06-15 Ralf Corsépius * libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c: diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h index 51dae8737e..aed74f4353 100644 --- a/cpukit/posix/include/rtems/posix/pthread.h +++ b/cpukit/posix/include/rtems/posix/pthread.h @@ -2,8 +2,7 @@ * @file rtems/posix/pthread.h */ -/* rtems/posix/pthread.h - * +/* * This include file contains all the private support information for * POSIX threads. * @@ -131,7 +130,8 @@ void _POSIX_Threads_Sporadic_budget_callout( * * This routine supports the sporadic scheduling algorithm. * - * @param[in] the_thread is the thread whose budget has been exceeded. + * @param[in] id + * @param[in] argument */ void _POSIX_Threads_Sporadic_budget_TSR( Objects_Id id,