2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>

* posix/include/rtems/posix/pthread.h: Remove stray comment.
	Work-around doxygen comment bug.
This commit is contained in:
Ralf Corsepius
2010-06-15 13:26:31 +00:00
parent d537b1d728
commit dbcc8ea95f
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/pthread.h: Remove stray comment.
Work-around doxygen comment bug.
2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2010-06-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c: * libnetworking/netinet/ip_fw.c, libnetworking/netinet/ip_input.c:

View File

@@ -2,8 +2,7 @@
* @file rtems/posix/pthread.h * @file rtems/posix/pthread.h
*/ */
/* rtems/posix/pthread.h /*
*
* This include file contains all the private support information for * This include file contains all the private support information for
* POSIX threads. * POSIX threads.
* *
@@ -131,7 +130,8 @@ void _POSIX_Threads_Sporadic_budget_callout(
* *
* This routine supports the sporadic scheduling algorithm. * 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( void _POSIX_Threads_Sporadic_budget_TSR(
Objects_Id id, Objects_Id id,