mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
update clang C headers to 8.0.0rc3
This commit is contained in:
parent
182cd0e4c0
commit
fa3d89674a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user