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
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
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
---
user/migration/v4_11-to-v5.rst | 14 ++
1 file changed, 14 insertions(+)
diff --git a/user/migration/v4_11-to-v5.rst b/user/migration/v4_11-to-v5.rst
index d42744d..5480434 100644
--- a/user/migration/v4_11-to-v5.rst
+++ b/user/migration/v4_11-to-v5.rst
@@ -69,6 +69,20 @@ The dire