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 @@ -4508,6 +4508,8 @@ pub const NOTE_ABSOLUTE: u32 = 0x00000008;
4508
4508
pub const NOTE_LEEWAY : u32 = 0x00000010 ;
4509
4509
pub const NOTE_CRITICAL : u32 = 0x00000020 ;
4510
4510
pub const NOTE_BACKGROUND : u32 = 0x00000040 ;
4511
+ pub const NOTE_MACH_CONTINUOUS_TIME : u32 = 0x00000080 ;
4512
+ pub const NOTE_MACHTIME : u32 = 0x00000100 ;
4511
4513
pub const NOTE_TRACK : u32 = 0x00000001 ;
4512
4514
pub const NOTE_TRACKERR : u32 = 0x00000002 ;
4513
4515
pub const NOTE_CHILD : u32 = 0x00000004 ;
You can’t perform that action at this time.
0 commit comments