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.
1 parent c1b3860 commit e6bd49cCopy full SHA for e6bd49c
libc-test/semver/android.txt
@@ -2444,6 +2444,7 @@ _PC_REC_XFER_ALIGN
2444
_PC_SYMLINK_MAX
2445
_PC_SYNC_IO
2446
_PC_VDISABLE
2447
+_POSIX_VDISABLE
2448
_SC_2_CHAR_TERM
2449
_SC_2_C_BIND
2450
_SC_2_C_DEV
src/unix/linux_like/android/mod.rs
@@ -812,6 +812,8 @@ pub const TFD_TIMER_CANCEL_ON_SET: ::c_int = 2;
812
813
pub const USER_PROCESS: ::c_short = 7;
814
815
+pub const _POSIX_VDISABLE: ::cc_t = 0;
816
+
817
// linux/falloc.h
818
pub const FALLOC_FL_KEEP_SIZE: ::c_int = 0x01;
819
pub const FALLOC_FL_PUNCH_HOLE: ::c_int = 0x02;
0 commit comments