Skip to content

Commit fceb18e

Browse files
rtzoellerJohnTitor
authored andcommitted
android: add FUTEX_LOCK_PI2
1 parent 6607133 commit fceb18e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/android.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ FUTEX_CMP_REQUEUE
627627
FUTEX_CMP_REQUEUE_PI
628628
FUTEX_FD
629629
FUTEX_LOCK_PI
630+
FUTEX_LOCK_PI2
630631
FUTEX_PRIVATE_FLAG
631632
FUTEX_REQUEUE
632633
FUTEX_TRYLOCK_PI

src/unix/linux_like/android/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3017,6 +3017,7 @@ pub const FUTEX_WAIT_BITSET: ::c_int = 9;
30173017
pub const FUTEX_WAKE_BITSET: ::c_int = 10;
30183018
pub const FUTEX_WAIT_REQUEUE_PI: ::c_int = 11;
30193019
pub const FUTEX_CMP_REQUEUE_PI: ::c_int = 12;
3020+
pub const FUTEX_LOCK_PI2: ::c_int = 13;
30203021

30213022
pub const FUTEX_PRIVATE_FLAG: ::c_int = 128;
30223023
pub const FUTEX_CLOCK_REALTIME: ::c_int = 256;

0 commit comments

Comments
 (0)