Skip to content

Commit b23f517

Browse files

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc-test/semver/emscripten.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
AT_EACCESS
12
getentropy
23
posix_fallocate64
34
getpwnam_r

src/unix/linux_like/emscripten/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,8 @@ pub const POSIX_MADV_RANDOM: ::c_int = 1;
775775
pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2;
776776
pub const POSIX_MADV_WILLNEED: ::c_int = 3;
777777

778+
pub const AT_EACCESS: ::c_int = 0x200;
779+
778780
pub const S_IEXEC: mode_t = 0o0100;
779781
pub const S_IWRITE: mode_t = 0o0200;
780782
pub const S_IREAD: mode_t = 0o0400;

0 commit comments

Comments
 (0)