Files
rtems/cpukit
Sebastian Huber ced28f2cfc config: Provide file descriptors only if necessary
Only provide the file descriptor array if
CONFIGURE_MAXIMUM_FILE_DESCRIPTORS > 0.  If someone configured
CONFIGURE_MAXIMUM_FILE_DESCRIPTORS == 0 and the appplication uses
something which requires a file descriptor, then a linker error will
show up.  An alternative would be to add a zero-length array
rtems_libio_iops[ 0 ] to librtemscpu.a which would be used in this
case.

Conditionally include some header files.
2020-08-31 16:19:57 +02:00
..
2020-04-16 07:30:00 +02:00
2020-03-02 07:52:21 +01:00
2020-04-16 07:30:00 +02:00
2020-08-20 07:44:33 +02:00
2020-04-16 07:30:00 +02:00
2020-04-16 07:30:00 +02:00
2019-01-07 09:49:16 +01:00
2020-04-16 07:30:00 +02:00
2020-08-31 16:19:57 +02:00
2020-08-31 16:19:57 +02:00
2020-04-16 07:30:00 +02:00
2020-08-31 16:19:57 +02:00
2020-08-31 16:19:57 +02:00