Skip to content

Commit 2b9472b

Browse files
committed
Add CLOCK_UPTIME_RAW symbol for macos aarch64
1 parent f1d3d97 commit 2b9472b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libc-test/semver/macos-aarch64.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__darwin_arm_exception_state64
22
__darwin_arm_neon_state64
33
__darwin_arm_thread_state64
4+
CLOCK_UPTIME_RAW

src/unix/bsd/apple/b64/aarch64/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
pub type boolean_t = ::c_int;
22

3+
pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;
4+
5+
36
s! {
47
pub struct malloc_zone_t {
58
__private: [::uintptr_t; 18], // FIXME: needs arm64 auth pointers support

0 commit comments

Comments
 (0)