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 @@ -3338,6 +3338,7 @@ fwrite_unlocked
33383338gai_strerror
33393339genlmsghdr
33403340getaddrinfo
3341+ getauxval
33413342getchar
33423343getchar_unlocked
33433344getcwd
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 @@ -4043,6 +4043,8 @@ extern "C" {
40434043
40444044 pub fn gettid ( ) -> crate :: pid_t ;
40454045
4046+ pub fn getauxval ( type_ : c_ulong ) -> c_ulong ;
4047+
40464048 /// Only available in API Version 28+
40474049 pub fn getrandom ( buf : * mut c_void , buflen : size_t , flags : c_uint ) -> ssize_t ;
40484050 pub fn getentropy ( buf : * mut c_void , buflen : size_t ) -> c_int ;
You can’t perform that action at this time.
0 commit comments