File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11//! Header: `signal.h`
22//!
3- //! https://github.com/apple-oss-distributions/Libc/blob/main/include/signal.h
3+ //! < https://github.com/apple-oss-distributions/Libc/blob/main/include/signal.h>
44
55pub use crate :: sys:: signal:: * ;
Original file line number Diff line number Diff line change 11//! Header: `arm/_mcontext.h`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/blob/main/bsd/arm/_mcontext.h
3+ //! < https://github.com/apple-oss-distributions/xnu/blob/main/bsd/arm/_mcontext.h>
44
55pub use crate :: mach:: machine:: _structs:: * ;
66
Original file line number Diff line number Diff line change 11//! Header: `i386/_mcontext.h`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/blob/main/bsd/i386/_mcontext.h
3+ //! < https://github.com/apple-oss-distributions/xnu/blob/main/bsd/i386/_mcontext.h>
44
55pub use crate :: mach:: machine:: _structs:: * ;
66
Original file line number Diff line number Diff line change 11//! Header: `arm/_structs.h`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/arm/_structs.h
3+ //! < https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/arm/_structs.h>
44
55#[ cfg( target_arch = "arm" ) ]
66use crate :: prelude:: * ;
Original file line number Diff line number Diff line change 11//! Header: `i386/_structs.h`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/i386/_structs.h
3+ //! < https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/i386/_structs.h>
44
55use crate :: prelude:: * ;
66
Original file line number Diff line number Diff line change 11//! Header: `mach/machine/_structs.h`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/machine/_structs.h
3+ //! < https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/machine/_structs.h>
44
55cfg_if ! {
66 if #[ cfg( any( target_arch = "x86" , target_arch = "x86_64" ) ) ] {
Original file line number Diff line number Diff line change 11//! Directory: `mach/`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/tree/main/osfmk/mach
3+ //! < https://github.com/apple-oss-distributions/xnu/tree/main/osfmk/mach>
44
55/// Directory: `mach/arm`
66#[ cfg( any( target_arch = "arm" , target_arch = "aarch64" ) ) ]
Original file line number Diff line number Diff line change 11//! Directory: `sys/`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/tree/main/bsd/sys
3+ //! < https://github.com/apple-oss-distributions/xnu/tree/main/bsd/sys>
44
55pub ( crate ) mod signal;
66
Original file line number Diff line number Diff line change 11//! Header: `sys/signal.h`
22//!
3- //! https://github.com/apple-oss-distributions/xnu/blob/main/bsd/sys/signal.h
3+ //! < https://github.com/apple-oss-distributions/xnu/blob/main/bsd/sys/signal.h>
44
55pub use crate :: machine:: _mcontext:: * ;
66pub use crate :: sys:: _types:: _ucontext:: * ;
You can’t perform that action at this time.
0 commit comments