update clang C headers to 8.0.0rc3

This commit is contained in:
Andrew Kelley 2019-02-28 13:52:17 -05:00
parent 182cd0e4c0
commit fa3d89674a
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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);