commit | 333295c1cec9e36fbce81084804b9c1f3f4f0717 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@localhost> | Mon Aug 08 14:48:06 2022 +0000 |
committer | Helge Deller <deller@gmx.de> | Mon Aug 08 16:59:10 2022 +0200 |
tree | 311d7ba10a7de9b20f186e0e9884269015f333a8 | |
parent | 71501b8d1652b553fc91d22745ebe40694c7bef9 [diff] |
ipl: Add fileio_close() function to close file handles The "list directory" function uses file handles to open the directories. Since there is a limited number of file handles available, add the fileio_close() function to free them up after usage. Signed-off-by: Helge Deller <deller@gmx.de>