Changeset ced28f2 in rtems

Timestamp:
04/16/20 10:13:31 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
6e6e233
Parents:
1818b9a
git-author:
Sebastian Huber <sebastian.huber@…> (04/16/20 10:13:31)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/31/20 14:19:57)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.