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 @@ -4497,6 +4497,8 @@ pub const NOTE_ABSOLUTE: u32 = 0x00000008;
4497
4497
pub const NOTE_LEEWAY : u32 = 0x00000010 ;
4498
4498
pub const NOTE_CRITICAL : u32 = 0x00000020 ;
4499
4499
pub const NOTE_BACKGROUND : u32 = 0x00000040 ;
4500
+ pub const NOTE_MACH_CONTINUOUS_TIME : u32 = 0x00000080 ;
4501
+ pub const NOTE_MACHTIME : u32 = 0x00000100 ;
4500
4502
pub const NOTE_TRACK : u32 = 0x00000001 ;
4501
4503
pub const NOTE_TRACKERR : u32 = 0x00000002 ;
4502
4504
pub const NOTE_CHILD : u32 = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments