Changeset 9942ff80 in rtems

Timestamp:
08/12/21 07:51:55 (3 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
5
Children:
f71c620f
Parents:
779847a5
git-author:
Christian Mauderer <christian.mauderer@…> (08/12/21 07:51:55)
git-committer:
Christian Mauderer <christian.mauderer@…> (02/10/22 08:02:03)
Message:

termios: Pass number of sent chars to l_start

At the moment the line discipline start function (l_start) has no
possibility to get feedback about the number of characters that have
been sent. This patch passes that information via an additional
parameter.

The change might trigger a warning on existing code because of a pointer
mismatch but it shouldn't break it. An existing function with the old
API will just ignore the additional parameter.

Update #4494

(No files)

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