mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
update clang C headers to 8.0.0rc3
This commit is contained in:
parent
182cd0e4c0
commit
fa3d89674a
1 changed files with 2 additions and 2 deletions
|
|
@ -564,8 +564,8 @@ __nop(void) {
|
||||||
#if defined(__aarch64__)
|
#if defined(__aarch64__)
|
||||||
unsigned __int64 __getReg(int);
|
unsigned __int64 __getReg(int);
|
||||||
long _InterlockedAdd(long volatile *Addend, long Value);
|
long _InterlockedAdd(long volatile *Addend, long Value);
|
||||||
int _ReadStatusReg(int);
|
__int64 _ReadStatusReg(int);
|
||||||
void _WriteStatusReg(int, int);
|
void _WriteStatusReg(int, __int64);
|
||||||
|
|
||||||
static inline unsigned short _byteswap_ushort (unsigned short val) {
|
static inline unsigned short _byteswap_ushort (unsigned short val) {
|
||||||
return __builtin_bswap16(val);
|
return __builtin_bswap16(val);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue