mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
added posix api initialization call to init.c
deleted a blank line in rtemsapi.c
This commit is contained in:
@@ -190,6 +190,10 @@ rtems_interrupt_level rtems_initialize_executive_early(
|
||||
|
||||
_RTEMS_API_Initialize( configuration_table );
|
||||
|
||||
#ifdef RTEMS_POSIX_API
|
||||
_POSIX_API_Initialize( configuration_table );
|
||||
#endif
|
||||
|
||||
_System_state_Set( SYSTEM_STATE_BEFORE_MULTITASKING );
|
||||
|
||||
if ( cpu_table->pretasking_hook )
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* RTEMS API Support
|
||||
* POSIX API Initialization Support
|
||||
*
|
||||
* NOTE:
|
||||
*
|
||||
|
||||
@@ -190,6 +190,10 @@ rtems_interrupt_level rtems_initialize_executive_early(
|
||||
|
||||
_RTEMS_API_Initialize( configuration_table );
|
||||
|
||||
#ifdef RTEMS_POSIX_API
|
||||
_POSIX_API_Initialize( configuration_table );
|
||||
#endif
|
||||
|
||||
_System_state_Set( SYSTEM_STATE_BEFORE_MULTITASKING );
|
||||
|
||||
if ( cpu_table->pretasking_hook )
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* RTEMS API Support
|
||||
* POSIX API Initialization Support
|
||||
*
|
||||
* NOTE:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user