v1.1.16 update
[musl-tables] / data / musl.aarch64.decls
index 8479126..6b807a7 100644 (file)
@@ -198,6 +198,7 @@ EXFULL      bits/errno.h    d       #define EXFULL 54
 EXTA   bits/termios.h  d       #define EXTA 0000016
 EXTB   bits/termios.h  d       #define EXTB 0000017
 EXTPROC        bits/termios.h  d       #define EXTPROC 0200000
+Elf_Symndx     bits/link.h     t       typedef uint32_t Elf_Symndx;
 FE_ALL_EXCEPT  bits/fenv.h     d       #define FE_ALL_EXCEPT 31
 FE_DFL_ENV     bits/fenv.h     d       #define FE_DFL_ENV ((const fenv_t *) -1)
 FE_DIVBYZERO   bits/fenv.h     d       #define FE_DIVBYZERO 2
@@ -240,6 +241,17 @@ F_SETOWN   bits/fcntl.h    d       #define F_SETOWN 8
 F_SETOWN_EX    bits/fcntl.h    d       #define F_SETOWN_EX 15
 F_SETSIG       bits/fcntl.h    d       #define F_SETSIG 10
 HUPCL  bits/termios.h  d       #define HUPCL 0002000
+HWCAP_AES      bits/hwcap.h    d       #define HWCAP_AES (1 << 3)
+HWCAP_ASIMD    bits/hwcap.h    d       #define HWCAP_ASIMD (1 << 1)
+HWCAP_ASIMDHP  bits/hwcap.h    d       #define HWCAP_ASIMDHP (1 << 10)
+HWCAP_ATOMICS  bits/hwcap.h    d       #define HWCAP_ATOMICS (1 << 8)
+HWCAP_CRC32    bits/hwcap.h    d       #define HWCAP_CRC32 (1 << 7)
+HWCAP_EVTSTRM  bits/hwcap.h    d       #define HWCAP_EVTSTRM (1 << 2)
+HWCAP_FP       bits/hwcap.h    d       #define HWCAP_FP (1 << 0)
+HWCAP_FPHP     bits/hwcap.h    d       #define HWCAP_FPHP (1 << 9)
+HWCAP_PMULL    bits/hwcap.h    d       #define HWCAP_PMULL (1 << 4)
+HWCAP_SHA1     bits/hwcap.h    d       #define HWCAP_SHA1 (1 << 5)
+HWCAP_SHA2     bits/hwcap.h    d       #define HWCAP_SHA2 (1 << 6)
 ICANON bits/termios.h  d       #define ICANON 0000002
 ICRNL  bits/termios.h  d       #define ICRNL 0000400
 IEXTEN bits/termios.h  d       #define IEXTEN 0100000
@@ -581,6 +593,9 @@ SYS_perf_event_open bits/syscall.h  d       #define SYS_perf_event_open 241
 SYS_personality        bits/syscall.h  d       #define SYS_personality 92
 SYS_pipe2      bits/syscall.h  d       #define SYS_pipe2 59
 SYS_pivot_root bits/syscall.h  d       #define SYS_pivot_root 41
+SYS_pkey_alloc bits/syscall.h  d       #define SYS_pkey_alloc 289
+SYS_pkey_free  bits/syscall.h  d       #define SYS_pkey_free 290
+SYS_pkey_mprotect      bits/syscall.h  d       #define SYS_pkey_mprotect 288
 SYS_ppoll      bits/syscall.h  d       #define SYS_ppoll 73
 SYS_prctl      bits/syscall.h  d       #define SYS_prctl 167
 SYS_pread64    bits/syscall.h  d       #define SYS_pread64 67
@@ -1072,6 +1087,9 @@ __NR_perf_event_open      bits/syscall.h  d       #define __NR_perf_event_open 241
 __NR_personality       bits/syscall.h  d       #define __NR_personality 92
 __NR_pipe2     bits/syscall.h  d       #define __NR_pipe2 59
 __NR_pivot_root        bits/syscall.h  d       #define __NR_pivot_root 41
+__NR_pkey_alloc        bits/syscall.h  d       #define __NR_pkey_alloc 289
+__NR_pkey_free bits/syscall.h  d       #define __NR_pkey_free 290
+__NR_pkey_mprotect     bits/syscall.h  d       #define __NR_pkey_mprotect 288
 __NR_ppoll     bits/syscall.h  d       #define __NR_ppoll 73
 __NR_prctl     bits/syscall.h  d       #define __NR_prctl 167
 __NR_pread64   bits/syscall.h  d       #define __NR_pread64 67
@@ -1304,11 +1322,7 @@ uint_fast32_t    bits/stdint.h   t       typedef uint32_t uint_fast32_t;
 uintmax_t      bits/alltypes.h t       typedef unsigned _Int64 uintmax_t;
 uintptr_t      bits/alltypes.h t       typedef unsigned _Addr uintptr_t;
 useconds_t     bits/alltypes.h t       typedef unsigned useconds_t;
-va_arg bits/stdarg.h   d       #define va_arg(v,l) __builtin_va_arg(v,l)
-va_copy        bits/stdarg.h   d       #define va_copy(d,s) __builtin_va_copy(d,s)
-va_end bits/stdarg.h   d       #define va_end(v) __builtin_va_end(v)
 va_list        bits/alltypes.h t       typedef __builtin_va_list va_list;
-va_start       bits/stdarg.h   d       #define va_start(v,l) __builtin_va_start(v,l)
 wchar_t        bits/alltypes.h t       typedef unsigned wchar_t;
 wctype_t       bits/alltypes.h t       typedef unsigned long wctype_t;
 wint_t bits/alltypes.h t       typedef unsigned wint_t;