Skip to content

Commit

Permalink
Rollup merge of #96415 - ehuss:git-io, r=bjorn3
Browse files Browse the repository at this point in the history
Remove references to git.io

The git.io service is shutting down soon (see https://github.blog/changelog/2022-04-25-git-io-deprecation/). This removes the references of those short links with the actual destination.
  • Loading branch information
GuillaumeGomez authored Apr 26, 2022
2 parents c5690d2 + d408625 commit a8b990e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/src/sys/unix/process/process_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ cfg_if::cfg_if! {
// Android with api less than 21 define sig* functions inline, so it is not
// available for dynamic link. Implementing sigemptyset and sigaddset allow us
// to support older Android version (independent of libc version).
// The following implementations are based on https://git.io/vSkNf
// The following implementations are based on
// https://github.com/aosp-mirror/platform_bionic/blob/ad8dcd6023294b646e5a8288c0ed431b0845da49/libc/include/android/legacy_signal_inlines.h
cfg_if::cfg_if! {
if #[cfg(target_os = "android")] {
pub unsafe fn sigemptyset(set: *mut libc::sigset_t) -> libc::c_int {
Expand Down

0 comments on commit a8b990e

Please sign in to comment.