Skip to content

Commit 5c8a32d

Browse files
authored
Merge pull request #3883 from byteallen/patch-1
Add missing `NOTE_*` constants to apple
2 parents 0f9b760 + b693854 commit 5c8a32d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libc-test/semver/apple.txt

+2
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

+2
Original file line numberDiff line numberDiff line change
@@ -4497,6 +4497,8 @@ pub const NOTE_ABSOLUTE: u32 = 0x00000008;
44974497
pub const NOTE_LEEWAY: u32 = 0x00000010;
44984498
pub const NOTE_CRITICAL: u32 = 0x00000020;
44994499
pub const NOTE_BACKGROUND: u32 = 0x00000040;
4500+
pub const NOTE_MACH_CONTINUOUS_TIME: u32 = 0x00000080;
4501+
pub const NOTE_MACHTIME: u32 = 0x00000100;
45004502
pub const NOTE_TRACK: u32 = 0x00000001;
45014503
pub const NOTE_TRACKERR: u32 = 0x00000002;
45024504
pub const NOTE_CHILD: u32 = 0x00000004;

0 commit comments

Comments
 (0)