Skip to content

Commit b693854

Browse files
committed
Add missing NOTE_MACHTIME and NOTE_MACH_CONTINUOUS_TIME constants to apple.
1 parent 5431bdb commit b693854

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
@@ -4508,6 +4508,8 @@ pub const NOTE_ABSOLUTE: u32 = 0x00000008;
45084508
pub const NOTE_LEEWAY: u32 = 0x00000010;
45094509
pub const NOTE_CRITICAL: u32 = 0x00000020;
45104510
pub const NOTE_BACKGROUND: u32 = 0x00000040;
4511+
pub const NOTE_MACH_CONTINUOUS_TIME: u32 = 0x00000080;
4512+
pub const NOTE_MACHTIME: u32 = 0x00000100;
45114513
pub const NOTE_TRACK: u32 = 0x00000001;
45124514
pub const NOTE_TRACKERR: u32 = 0x00000002;
45134515
pub const NOTE_CHILD: u32 = 0x00000004;

0 commit comments

Comments
 (0)