File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/unix/linux_like/android Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3329,6 +3329,7 @@ fwrite_unlocked
33293329gai_strerror
33303330genlmsghdr
33313331getaddrinfo
3332+ getauxval
33323333getchar
33333334getchar_unlocked
33343335getcwd
Original file line number Diff line number Diff line change 305305}
306306
307307extern "C" {
308- pub fn getauxval ( type_ : c_ulong ) -> c_ulong ;
309308 pub fn __system_property_wait (
310309 pi : * const crate :: prop_info ,
311310 __old_serial : u32 ,
Original file line number Diff line number Diff line change @@ -4030,6 +4030,8 @@ extern "C" {
40304030
40314031 pub fn gettid ( ) -> crate :: pid_t ;
40324032
4033+ pub fn getauxval ( type_ : c_ulong ) -> c_ulong ;
4034+
40334035 /// Only available in API Version 28+
40344036 pub fn getrandom ( buf : * mut c_void , buflen : size_t , flags : c_uint ) -> ssize_t ;
40354037 pub fn getentropy ( buf : * mut c_void , buflen : size_t ) -> c_int ;
You can’t perform that action at this time.
0 commit comments