zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fa3d89674aa8274f11a49a26985d3e5eaaa52d20 (tree)
parent 182cd0e4c0bef4c919d479135428da0251e8cc50
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 28 Feb 2019 13:52:17 -0500

update clang C headers to 8.0.0rc3

Diffstat:
Mc_headers/intrin.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c_headers/intrin.h b/c_headers/intrin.h @@ -564,8 +564,8 @@ __nop(void) { #if defined(__aarch64__) unsigned __int64 __getReg(int); long _InterlockedAdd(long volatile *Addend, long Value); -int _ReadStatusReg(int); -void _WriteStatusReg(int, int); +__int64 _ReadStatusReg(int); +void _WriteStatusReg(int, __int64); static inline unsigned short _byteswap_ushort (unsigned short val) { return __builtin_bswap16(val);