mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 01:03:13 +00:00
Add aarch64-macos.13 and x86_64-macos.13 libc headers, and remove x86_64-macos.10 headers.
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_ */ |