occlum/test/readdir
LI Qing b610e5b8b8 Fix getdents when the next dir entry cannot fit into the output buffer
The output buffer given to getdents may not be large enough for the next directory
entry. If no directory entries has been loaded into the buffer, just return
EINVAL. Otherwise, return the total length of the directory entries already
loaded in the buffer
2020-01-23 04:40:54 +00:00
..
main.c Fix getdents when the next dir entry cannot fit into the output buffer 2020-01-23 04:40:54 +00:00
Makefile add test for readdir 2019-03-29 14:20:25 +08:00