Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for seekdir(). #1231

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nrath-js
Copy link
Contributor

@nrath-js nrath-js commented Dec 3, 2024

This adds support for Dir::seekdir, and exposes d_off in Dirent.

Fixes: #1222.

@nrath-js nrath-js force-pushed the seekdir branch 5 times, most recently from 7acef7a to 4c9db78 Compare December 3, 2024 12:27
@nrath-js
Copy link
Contributor Author

nrath-js commented Dec 3, 2024

I think the Windows test failures are unrelated to this change - please let me know if I got it wrong.

As far as I can tell from the arm test failure, seekdir seems to quite simply not work on this system and act like rewinddir. Not sure how to best handle this.. maybe not provide seekdir on Arm at all?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

seekdir() support
1 participant