File tree 2 files changed +4
-2
lines changed
compiler/rustc_target/src/asm
library/std/src/sys/unix/process
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ impl MipsInlineAsmRegClass {
43
43
}
44
44
}
45
45
46
- // The reserved registers are somewhat taken from <https://git.io/JUR1k#L150>.
46
+ // The reserved registers are somewhat taken from
47
+ // <https://github.com/llvm/llvm-project/blob/deb8f8bcf31540c657716ea5242183b0792702a1/llvm/lib/Target/Mips/MipsRegisterInfo.cpp#L150>.
47
48
def_regs ! {
48
49
Mips MipsInlineAsmReg MipsInlineAsmRegClass {
49
50
r2: reg = [ "$2" ] ,
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ cfg_if::cfg_if! {
35
35
// Android with api less than 21 define sig* functions inline, so it is not
36
36
// available for dynamic link. Implementing sigemptyset and sigaddset allow us
37
37
// to support older Android version (independent of libc version).
38
- // The following implementations are based on https://git.io/vSkNf
38
+ // The following implementations are based on
39
+ // https://github.com/aosp-mirror/platform_bionic/blob/ad8dcd6023294b646e5a8288c0ed431b0845da49/libc/include/android/legacy_signal_inlines.h
39
40
cfg_if:: cfg_if! {
40
41
if #[ cfg( target_os = "android" ) ] {
41
42
pub unsafe fn sigemptyset( set: * mut libc:: sigset_t) -> libc:: c_int {
You can’t perform that action at this time.
0 commit comments