@@ -2419,13 +2419,15 @@ pub const NOTE_NONE: ::uint32_t = 0x00000080;
2419
2419
pub const NOTE_EXIT : :: uint32_t = 0x80000000 ;
2420
2420
pub const NOTE_FORK : :: uint32_t = 0x40000000 ;
2421
2421
pub const NOTE_EXEC : :: uint32_t = 0x20000000 ;
2422
+ #[ doc( hidden) ]
2422
2423
#[ deprecated( since="0.2.49" , note="Deprecated since MacOSX 10.9" ) ]
2423
2424
pub const NOTE_REAP : :: uint32_t = 0x10000000 ;
2424
2425
pub const NOTE_SIGNAL : :: uint32_t = 0x08000000 ;
2425
2426
pub const NOTE_EXITSTATUS : :: uint32_t = 0x04000000 ;
2426
2427
pub const NOTE_EXIT_DETAIL : :: uint32_t = 0x02000000 ;
2427
2428
pub const NOTE_PDATAMASK : :: uint32_t = 0x000fffff ;
2428
2429
pub const NOTE_PCTRLMASK : :: uint32_t = 0xfff00000 ;
2430
+ #[ doc( hidden) ]
2429
2431
#[ deprecated( since="0.2.49" , note="Deprecated since MacOSX 10.9" ) ]
2430
2432
pub const NOTE_EXIT_REPARENTED : :: uint32_t = 0x00080000 ;
2431
2433
pub const NOTE_EXIT_DETAIL_MASK : :: uint32_t = 0x00070000 ;
@@ -2632,8 +2634,10 @@ pub const KERN_KDSETRTCDEC: ::c_int = 15;
2632
2634
pub const KERN_KDGETENTROPY : :: c_int = 16 ;
2633
2635
pub const KERN_KDWRITETR : :: c_int = 17 ;
2634
2636
pub const KERN_KDWRITEMAP : :: c_int = 18 ;
2637
+ #[ doc( hidden) ]
2635
2638
#[ deprecated( since = "0.2.49" , note ="Removed in MacOSX 10.12" ) ]
2636
2639
pub const KERN_KDENABLE_BG_TRACE : :: c_int = 19 ;
2640
+ #[ doc( hidden) ]
2637
2641
#[ deprecated( since = "0.2.49" , note ="Removed in MacOSX 10.12" ) ]
2638
2642
pub const KERN_KDDISABLE_BG_TRACE : :: c_int = 20 ;
2639
2643
pub const KERN_KDREADCURTHRMAP : :: c_int = 21 ;
@@ -3014,11 +3018,14 @@ f! {
3014
3018
}
3015
3019
3016
3020
extern {
3021
+ #[ doc( hidden) ]
3017
3022
#[ deprecated( since="0.2.49" , note="Deprecated in MacOSX 10.5" ) ]
3018
3023
#[ link_name = "daemon$1050" ]
3019
3024
pub fn daemon ( nochdir : :: c_int , noclose : :: c_int ) -> :: c_int ;
3025
+ #[ doc( hidden) ]
3020
3026
#[ deprecated( since="0.2.49" , note="Deprecated in MacOSX 10.10" ) ]
3021
3027
pub fn sem_destroy ( sem : * mut sem_t ) -> :: c_int ;
3028
+ #[ doc( hidden) ]
3022
3029
#[ deprecated( since="0.2.49" , note="Deprecated in MacOSX 10.10" ) ]
3023
3030
pub fn sem_init ( sem : * mut sem_t ,
3024
3031
pshared : :: c_int ,
0 commit comments