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.
2 parents bf00f06 + f534f19 commit 6f287f4Copy full SHA for 6f287f4
std/src/sys/unix/process/process_common.rs
@@ -35,7 +35,8 @@ cfg_if::cfg_if! {
35
// Android with api less than 21 define sig* functions inline, so it is not
36
// available for dynamic link. Implementing sigemptyset and sigaddset allow us
37
// to support older Android version (independent of libc version).
38
-// The following implementations are based on https://git.io/vSkNf
+// The following implementations are based on
39
+// https://github.com/aosp-mirror/platform_bionic/blob/ad8dcd6023294b646e5a8288c0ed431b0845da49/libc/include/android/legacy_signal_inlines.h
40
cfg_if::cfg_if! {
41
if #[cfg(target_os = "android")] {
42
pub unsafe fn sigemptyset(set: *mut libc::sigset_t) -> libc::c_int {
0 commit comments