From c627b2a3a1ca1a6aca1c20e133db0f95a65a71fb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 May 1996 21:40:52 +0000 Subject: split the inclusion of "EXTERN" data based on whether it was sapi, score, rtems api, or posix api related. --- c/src/exec/sapi/include/rtems/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/exec/sapi/include/rtems/config.h') diff --git a/c/src/exec/sapi/include/rtems/config.h b/c/src/exec/sapi/include/rtems/config.h index 7ff0f9f485..19a8edeb0f 100644 --- a/c/src/exec/sapi/include/rtems/config.h +++ b/c/src/exec/sapi/include/rtems/config.h @@ -84,7 +84,7 @@ typedef struct { rtems_extensions_table *User_extension_table; rtems_multiprocessing_table *User_multiprocessing_table; rtems_api_configuration_table *RTEMS_api_configuration; - posix_api_configuration_table *Posix_api_configuration; + posix_api_configuration_table *POSIX_api_configuration; } rtems_configuration_table; /* @@ -92,8 +92,8 @@ typedef struct { * the user. They are not used in RTEMS itself. */ -EXTERN rtems_configuration_table *_Configuration_Table; -EXTERN rtems_multiprocessing_table *_Configuration_MP_table; +SAPI_EXTERN rtems_configuration_table *_Configuration_Table; +SAPI_EXTERN rtems_multiprocessing_table *_Configuration_MP_table; #ifdef __cplusplus } -- cgit v1.2.3