[PATCH] user: Mention file descriptor changes

Chris Johns chrisj at rtems.org
Tue Sep 1 06:22:10 UTC 2020


On 1/9/20 3:07 pm, Sebastian Huber wrote:
> On 01/09/2020 07:04, Sebastian Huber wrote:
>> +In RTEMS 5.1, the file descriptor list is a LIFO in contrast to previous
>> +versions where it was a FIFO.
> 
> Maybe better:
> 
> In RTEMS 5.1, the list of free file descriptors has a LIFO ordering in contrast
> to previous versions where it was a FIFO.
> 

Yes. I would also consider adding something about being able to set FD_SETSIZE
before including `sys/select.h` or defining it on the compiler command line to
increase the size? The work around (solution?) is not easy to see.

Chris


More information about the devel mailing list