mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/clock.h, score/src/threadhandler.c: Fix spacing and spelling.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* rtems/include/rtems/rtems/clock.h, score/src/threadhandler.c: Fix
|
||||
spacing and spelling.
|
||||
|
||||
2007-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1256/networking
|
||||
|
||||
@@ -118,7 +118,7 @@ rtems_status_code rtems_clock_tick( void );
|
||||
*
|
||||
* Output parameters:
|
||||
* RTEMS_SUCCESSFUL - if successful
|
||||
* error code - if unsuccessful
|
||||
* error code - if unsuccessful
|
||||
*/
|
||||
rtems_status_code rtems_clock_set_nanoseconds_extension(
|
||||
rtems_nanoseconds_extension_routine routine
|
||||
@@ -136,7 +136,7 @@ rtems_status_code rtems_clock_set_nanoseconds_extension(
|
||||
*
|
||||
* Output parameters:
|
||||
* RTEMS_SUCCESSFUL - if successful
|
||||
* error code - if unsuccessful
|
||||
* error code - if unsuccessful
|
||||
*/
|
||||
rtems_status_code rtems_clock_get_uptime(
|
||||
struct timespec *uptime
|
||||
|
||||
@@ -125,7 +125,6 @@ void _Thread_Handler( void )
|
||||
__main ();
|
||||
#endif
|
||||
|
||||
|
||||
switch ( executing->Start.prototype ) {
|
||||
case THREAD_START_NUMERIC:
|
||||
executing->Wait.return_argument =
|
||||
|
||||
Reference in New Issue
Block a user