mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-29 20:36:01 +03:00
2dcfa486fe
`fetch-them-macos-headers` gitrev 7036517cc6a9aa154e7aef4c4593b5c4a5143ed4
13 lines
317 B
C
Vendored
13 lines
317 B
C
Vendored
/*
|
|
* Copyright (c) 2004-2007 Apple Inc. All rights reserved.
|
|
*/
|
|
#ifndef _ARM__LIMITS_H_
|
|
#define _ARM__LIMITS_H_
|
|
|
|
#if defined (__arm__) || defined (__arm64__)
|
|
|
|
#define __DARWIN_CLK_TCK 100 /* ticks per second */
|
|
|
|
#endif /* defined (__arm__) || defined (__arm64__) */
|
|
|
|
#endif /* _ARM__LIMITS_H_ */ |