#3753: Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS
---------------------------+---------------------
Reporter: Joel Sherrill | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 5.1
Component: config | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
---------------------------+---------------------
Comment (by Sebastian Huber):
I like CONFIGURE_MAXIMUM_FILE_DESCRIPTORS better, however, do we really
want to tinker with this configuration option which is used probably in
hundreds of application configurations? It will probably force users to do
something like this
{{{
#if RTEMS_VERSION >= 5
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS X
#else
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS X
#endif
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3753#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs