Re: [PATCH 5/5] c-user: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

2019-12-11 Thread Sebastian Huber
On 10/12/2019 15:01, Joel Sherrill wrote: FWIW I have long wanted this to be renamed CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Without LIBIO. Provide the old name for a while for transition. https://devel.rtems.org/ticket/3837 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-821

Re: [PATCH 5/5] c-user: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

2019-12-10 Thread Joel Sherrill
FWIW I have long wanted this to be renamed CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Without LIBIO. Provide the old name for a while for transition. On Tue, Dec 10, 2019, 7:11 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Move CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to general syst

[PATCH 5/5] c-user: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

2019-12-10 Thread Sebastian Huber
Move CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS to general system configuration. Remove now empty "C Library Support Configuration" section. Update #3836. --- c-user/configuring_a_system.rst | 66 +++-- 1 file changed, 30 insertions(+), 36 deletions(-) diff --g