]> Kevux Git Server - fll/commit
Bugfix: Problems exposed by unit tests in f_file.
authorKevin Day <thekevinday@gmail.com>
Wed, 8 Jun 2022 01:11:45 +0000 (20:11 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 8 Jun 2022 01:11:45 +0000 (20:11 -0500)
commit52f4261a2ea69b4cdc0b84d6cc7d92455a325d95
tree1a470730624e51011508724de7c78bbffd944919
parent434e0b6ed9176de39dab5d50ba505da9bc981f73
Bugfix: Problems exposed by unit tests in f_file.

The stream functions do not populate errno.
In these cases return either F_file_read or F_file_write with the error bits set as appropriate.

Update the documentation comments.
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h