[RTEMS Project] #3753: Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

RTEMS trac trac at rtems.org
Wed May 22 05:45:29 UTC 2019


#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


More information about the bugs mailing list