Skip to content

Commit 3fabad8

Browse files
committed
Android: Add F_SEAL_FUTURE_WRITE constant.
1 parent c55c52d commit 3fabad8

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

src/unix/linux_like/android/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,8 @@ pub const F_TEST: ::c_int = 3;
992992
pub const F_TLOCK: ::c_int = 2;
993993
pub const F_ULOCK: ::c_int = 0;
994994

995+
pub const F_SEAL_FUTURE_WRITE: ::c_int = 0x0010;
996+
995997
pub const IFF_LOWER_UP: ::c_int = 0x10000;
996998
pub const IFF_DORMANT: ::c_int = 0x20000;
997999
pub const IFF_ECHO: ::c_int = 0x40000;

0 commit comments

Comments
 (0)