On 6/16/23 17:27, Bin Meng wrote:
sysconf(_SC_OPEN_MAX) returns the maximum number of files that a process can have open at any time, which means the fd should not be larger than or equal to the return value.Signed-off-by: Bin Meng<bm...@tinylab.org> --- (no changes since v1) tests/tcg/cris/libc/check_openpf5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Richard Henderson <richard.hender...@linaro.org> r~