Skip to content

Commit 35e3a43

Browse files
committed
remove redunant definition of CLOCK_UPTIME_RAW
1 parent de1de5a commit 35e3a43

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

libc-test/semver/macos-aarch64.txt

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ s! {
66
}
77
}
88

9-
pub const CLOCK_UPTIME_RAW: ::clockid_t = 8;
10-
119
cfg_if! {
1210
if #[cfg(libc_align)] {
1311
mod align;

0 commit comments

Comments
 (0)