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

Update wasi-libc to a1c7c2c7a4b2813c6f67bd2ef6e0f430d31cebad #14252

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

jedisct1
Copy link
Contributor

@jedisct1 jedisct1 commented Jan 9, 2023

Some notable changes:

Some notable changes:
- `ENOENT` is returned instead of `ENOTCAPABLE` when a path has not
be pre-opened (WebAssembly/wasi-libc#370)
- `fd_readdir()`: some implementations may not set the inode number,
so an additional call to `fstatat()` is now done in order to get it
when that happens.
@andrewrk andrewrk merged commit 24d8d12 into ziglang:master Jan 10, 2023
@jedisct1 jedisct1 deleted the wasi-libc-update3 branch January 11, 2023 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants