File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5020,6 +5020,8 @@ extern "C" {
5020
5020
thread_info_out : thread_info_t ,
5021
5021
thread_info_outCnt : * mut mach_msg_type_number_t ,
5022
5022
) -> kern_return_t ;
5023
+ #[ cfg_attr( doc, doc( alias = "__errno_location" ) ) ]
5024
+ #[ cfg_attr( doc, doc( alias = "errno" ) ) ]
5023
5025
pub fn __error ( ) -> * mut :: c_int ;
5024
5026
pub fn backtrace ( buf : * mut * mut :: c_void , sz : :: c_int ) -> :: c_int ;
5025
5027
pub fn backtrace_symbols ( addrs : * const * mut :: c_void , sz : :: c_int ) -> * mut * mut :: c_char ;
Original file line number Diff line number Diff line change @@ -3835,6 +3835,8 @@ cfg_if! {
3835
3835
}
3836
3836
3837
3837
extern "C" {
3838
+ #[ cfg_attr( doc, doc( alias = "__errno_location" ) ) ]
3839
+ #[ cfg_attr( doc, doc( alias = "errno" ) ) ]
3838
3840
pub fn __error ( ) -> * mut :: c_int ;
3839
3841
3840
3842
pub fn aio_cancel ( fd : :: c_int , aiocbp : * mut aiocb ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments