mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
confdefs: Fix POSIX keys configuration
Remove the OBJECTS_UNLIMITED_OBJECTS flag for the memory size configuration. Close #3105.
This commit is contained in:
@@ -2480,7 +2480,8 @@ const rtems_libio_helper rtems_fs_init_helper =
|
||||
#define CONFIGURE_MEMORY_FOR_POSIX_KEYS(_keys, _key_value_pairs) \
|
||||
(_Configure_Object_RAM(_keys, sizeof(POSIX_Keys_Control) ) \
|
||||
+ _Configure_From_workspace( \
|
||||
_key_value_pairs * sizeof(POSIX_Keys_Key_value_pair)))
|
||||
_Configure_Max_Objects(_key_value_pairs) \
|
||||
* sizeof(POSIX_Keys_Key_value_pair)))
|
||||
|
||||
/*
|
||||
* The rest of the POSIX threads API features are only available when
|
||||
|
||||
Reference in New Issue
Block a user