-
Notifications
You must be signed in to change notification settings - Fork 1.1k
WASI: define AT_FDCWD
and update to latest WASI libc
#2075
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
Conversation
Update to the latest WASI libc, define `AT_FDCWD`, update the signature for __wasilibc_find_relpath, and add declarations for various `__wasilibc_` utility functions.
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
Looks good! Cirrus's failures should be spurious, @bors r+ |
📌 Commit 197d922 has been approved by |
WASI: define `AT_FDCWD` and update to latest WASI libc Update to the latest WASI libc, define `AT_FDCWD`, update the signature for __wasilibc_find_relpath, and add declarations for various `__wasilibc_` utility functions.
💔 Test failed - checks-cirrus-freebsd-12 |
@bors retry |
WASI: define `AT_FDCWD` and update to latest WASI libc Update to the latest WASI libc, define `AT_FDCWD`, update the signature for __wasilibc_find_relpath, and add declarations for various `__wasilibc_` utility functions.
💔 Test failed - checks-cirrus-freebsd-12 |
@bors retry |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Update to the latest WASI libc, define
AT_FDCWD
, update the signaturefor __wasilibc_find_relpath, and add declarations for various
__wasilibc_
utility functions.