We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AT_EACCESS
1 parent a6386af commit 6e1b669Copy full SHA for 6e1b669
libc-test/semver/emscripten.txt
@@ -1,2 +1,3 @@
1
+AT_EACCESS
2
getentropy
3
posix_fallocate64
src/unix/linux_like/emscripten/mod.rs
@@ -775,6 +775,8 @@ pub const POSIX_MADV_RANDOM: ::c_int = 1;
775
pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2;
776
pub const POSIX_MADV_WILLNEED: ::c_int = 3;
777
778
+pub const AT_EACCESS: ::c_int = 0x200;
779
+
780
pub const S_IEXEC: mode_t = 0o0100;
781
pub const S_IWRITE: mode_t = 0o0200;
782
pub const S_IREAD: mode_t = 0o0400;
0 commit comments