Skip to content

Commit ff9b210

Browse files
byteallentgross35
authored andcommitted
Add missing NOTE_MACHTIME and NOTE_MACH_CONTINUOUS_TIME constants to apple.
(backport <#3883>) (cherry picked from commit b693854)
1 parent 255a515 commit ff9b210

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libc-test/semver/apple.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,8 @@ NOTE_FORK
10041004
NOTE_LEEWAY
10051005
NOTE_LINK
10061006
NOTE_LOWAT
1007+
NOTE_MACHTIME
1008+
NOTE_MACH_CONTINUOUS_TIME
10071009
NOTE_NONE
10081010
NOTE_NSECONDS
10091011
NOTE_PCTRLMASK

src/unix/bsd/apple/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4522,6 +4522,8 @@ pub const NOTE_ABSOLUTE: u32 = 0x00000008;
45224522
pub const NOTE_LEEWAY: u32 = 0x00000010;
45234523
pub const NOTE_CRITICAL: u32 = 0x00000020;
45244524
pub const NOTE_BACKGROUND: u32 = 0x00000040;
4525+
pub const NOTE_MACH_CONTINUOUS_TIME: u32 = 0x00000080;
4526+
pub const NOTE_MACHTIME: u32 = 0x00000100;
45254527
pub const NOTE_TRACK: u32 = 0x00000001;
45264528
pub const NOTE_TRACKERR: u32 = 0x00000002;
45274529
pub const NOTE_CHILD: u32 = 0x00000004;

0 commit comments

Comments
 (0)