Re: [PATCH] user: Mention file descriptor changes

2020-08-31 Thread Sebastian Huber
On 01/09/2020 08:22, Chris Johns wrote: 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

Re: [PATCH] user: Mention file descriptor changes

2020-08-31 Thread Chris Johns
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 > co

Re: [PATCH] user: Mention file descriptor changes

2020-08-31 Thread Sebastian Huber
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. -- Seb