From d4b4487779ab7957eca56a4f1cb9262d4e4b83bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 May 1996 16:17:01 +0000 Subject: added posix api initialization call to init.c deleted a blank line in rtemsapi.c --- cpukit/sapi/src/exinit.c | 4 ++++ cpukit/sapi/src/rtemsapi.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/sapi/src/exinit.c b/cpukit/sapi/src/exinit.c index 2ffd9f4839..9e9f0d2040 100644 --- a/cpukit/sapi/src/exinit.c +++ b/cpukit/sapi/src/exinit.c @@ -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 ) diff --git a/cpukit/sapi/src/rtemsapi.c b/cpukit/sapi/src/rtemsapi.c index d7ffb3e2fb..0d1229a277 100644 --- a/cpukit/sapi/src/rtemsapi.c +++ b/cpukit/sapi/src/rtemsapi.c @@ -1,5 +1,5 @@ /* - * RTEMS API Support + * POSIX API Initialization Support * * NOTE: * -- cgit v1.2.3