forked from Imagelibrary/rtems
Remove rtems_configuration_get_posix_api_configuration()
The corresponding data structure not longer exists. This function was not tested and documented. Close #3871.
This commit is contained in:
@@ -261,9 +261,6 @@ uint32_t rtems_configuration_get_maximum_extensions( void );
|
|||||||
#define rtems_configuration_get_rtems_api_configuration() \
|
#define rtems_configuration_get_rtems_api_configuration() \
|
||||||
(&Configuration_RTEMS_API)
|
(&Configuration_RTEMS_API)
|
||||||
|
|
||||||
#define rtems_configuration_get_posix_api_configuration() \
|
|
||||||
(&Configuration_POSIX_API)
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user