Files
rtems/cpukit/include
Joel Sherrill 7f77dfae60 cpukit libfs: Address -Wsign-compare warnings
Also includes a related libio change.

Most of these warnings were between int or ssize_t and size_t.
In particular, various POSIX system calls like read() and write()
return ssize_t and comparing that value with the sizeof a buffer
is a common source of these warnings. Another common source is
using an int as the iterator in a for loop with the limit being
a size_t.

With the type change, some printf() specifiers needed to change also.
2026-01-22 15:34:36 -06:00
..
2025-12-18 19:14:40 -06:00
2025-02-04 23:34:31 +00:00
2023-05-20 11:05:26 +02:00
2023-05-20 11:05:26 +02:00