]> Kevux Git Server - fll/commit
Update: Reduce NULL parameter requirements in f_file_select() regarding timeout.
authorKevin Day <kevin@kevux.org>
Mon, 26 Jun 2023 23:12:06 +0000 (18:12 -0500)
committerKevin Day <kevin@kevux.org>
Mon, 26 Jun 2023 23:12:06 +0000 (18:12 -0500)
commit657f762f0c646dafb4735b164d0372467267f6fd
tree636fbf3d9a37e6d097895720745a2dca71ee3fae
parent7adc53ec79b1550e452d10b32d6fb51b4d5cde00
Update: Reduce NULL parameter requirements in f_file_select() regarding timeout.

The man pages state that the read, write, and except can all be NULL if timeout is not NULL.
Change the behavior of f_file_select() to allow this.
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/tests/unit/c/test-file-select.c