mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
8c8a7484ab
O_NONBLOCK open mode was broken since https://github.com/apache/nuttx/pull/17360 MIN() comapres signed value (int) with unsigned value (size_t) which causes an unexpected return value when ret is negative Signed-off-by: raiden00pl <raiden00@railab.me>