Skip to content

Commit

Permalink
Adding mention to rewinddir to semantics doc.
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Santana <hernaa@amazon.com>
  • Loading branch information
arsh committed Mar 23, 2024
1 parent 2cad713 commit d4ebc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/SEMANTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ the following behavior:

### Directory operations

Basic read-only directory operations (`opendir`, `readdir`, `closedir`) are supported. However, seeking (`lseek`) on directory handles is not supported.
Basic read-only directory operations (`opendir`, `readdir`, `closedir`, `rewinddir`) are supported. However, seeking (`lseek`) on directory handles is not supported.

Sorting order of `readdir` results:
* For general purpose buckets, `readdir` returns results in lexicographical order.
Expand Down

0 comments on commit d4ebc8b

Please sign in to comment.