Skip to content

Commit 423dc29

Browse files

File tree

1 file changed

+2
-0
lines changed
  • src/unix/linux_like/emscripten

1 file changed

+2
-0
lines changed

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)