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 @@ -1004,6 +1004,8 @@ NOTE_FORK
1004
1004
NOTE_LEEWAY
1005
1005
NOTE_LINK
1006
1006
NOTE_LOWAT
1007
+ NOTE_MACHTIME
1008
+ NOTE_MACH_CONTINUOUS_TIME
1007
1009
NOTE_NONE
1008
1010
NOTE_NSECONDS
1009
1011
NOTE_PCTRLMASK
Original file line number Diff line number Diff line change @@ -4522,6 +4522,8 @@ pub const NOTE_ABSOLUTE: u32 = 0x00000008;
4522
4522
pub const NOTE_LEEWAY : u32 = 0x00000010 ;
4523
4523
pub const NOTE_CRITICAL : u32 = 0x00000020 ;
4524
4524
pub const NOTE_BACKGROUND : u32 = 0x00000040 ;
4525
+ pub const NOTE_MACH_CONTINUOUS_TIME : u32 = 0x00000080 ;
4526
+ pub const NOTE_MACHTIME : u32 = 0x00000100 ;
4525
4527
pub const NOTE_TRACK : u32 = 0x00000001 ;
4526
4528
pub const NOTE_TRACKERR : u32 = 0x00000002 ;
4527
4529
pub const NOTE_CHILD : u32 = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments