summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/capi_darwin_arm64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/capi_darwin_arm64.go')
-rw-r--r--vendor/modernc.org/libc/capi_darwin_arm64.go58
1 files changed, 53 insertions, 5 deletions
diff --git a/vendor/modernc.org/libc/capi_darwin_arm64.go b/vendor/modernc.org/libc/capi_darwin_arm64.go
index 5896bfabc..fb7151c56 100644
--- a/vendor/modernc.org/libc/capi_darwin_arm64.go
+++ b/vendor/modernc.org/libc/capi_darwin_arm64.go
@@ -25,18 +25,23 @@ var CAPI = map[string]struct{}{
"__builtin_bswap16": {},
"__builtin_bswap32": {},
"__builtin_bswap64": {},
+ "__builtin_clz": {},
+ "__builtin_clzl": {},
"__builtin_clzll": {},
"__builtin_constant_p_impl": {},
"__builtin_copysign": {},
"__builtin_copysignf": {},
+ "__builtin_copysignl": {},
"__builtin_exit": {},
"__builtin_expect": {},
"__builtin_fabs": {},
"__builtin_free": {},
+ "__builtin_getentropy": {},
"__builtin_huge_val": {},
"__builtin_huge_valf": {},
"__builtin_inf": {},
"__builtin_inff": {},
+ "__builtin_infl": {},
"__builtin_isnan": {},
"__builtin_malloc": {},
"__builtin_memcmp": {},
@@ -46,9 +51,12 @@ var CAPI = map[string]struct{}{
"__builtin_mul_overflowInt64": {},
"__builtin_mul_overflowUint128": {},
"__builtin_mul_overflowUint64": {},
+ "__builtin_nan": {},
"__builtin_nanf": {},
+ "__builtin_nanl": {},
"__builtin_object_size": {},
"__builtin_popcount": {},
+ "__builtin_popcountl": {},
"__builtin_prefetch": {},
"__builtin_printf": {},
"__builtin_snprintf": {},
@@ -60,10 +68,10 @@ var CAPI = map[string]struct{}{
"__builtin_sub_overflowInt64": {},
"__builtin_trap": {},
"__builtin_unreachable": {},
+ "__ccgo_dmesg": {},
"__ccgo_in6addr_anyp": {},
"__ccgo_sqlite3_log": {},
"__cmsg_nxthdr": {},
- "__ctype_b_loc": {},
"__ctype_get_mb_cur_max": {},
"__darwin_fd_clr": {},
"__darwin_fd_isset": {},
@@ -102,12 +110,17 @@ var CAPI = map[string]struct{}{
"__stdinp": {},
"__stdoutp": {},
"__strchrnul": {},
+ "__sync_add_and_fetch_uint32": {},
+ "__sync_sub_and_fetch_uint32": {},
+ "__sync_synchronize": {},
"__toread": {},
"__toread_needs_stdio_exit": {},
"__uflow": {},
"_exit": {},
+ "_longjmp": {},
"_obstack_begin": {},
"_obstack_newchunk": {},
+ "_setjmp": {},
"abort": {},
"abs": {},
"accept": {},
@@ -135,6 +148,7 @@ var CAPI = map[string]struct{}{
"chflags": {},
"chmod": {},
"chown": {},
+ "clock": {},
"clock_gettime": {},
"close": {},
"closedir": {},
@@ -201,6 +215,7 @@ var CAPI = map[string]struct{}{
"getattrlist": {},
"getcwd": {},
"getegid": {},
+ "getentropy": {},
"getenv": {},
"geteuid": {},
"getgid": {},
@@ -217,9 +232,7 @@ var CAPI = map[string]struct{}{
"getpeername": {},
"getpid": {},
"getpwnam": {},
- "getpwnam_r": {},
"getpwuid": {},
- "getpwuid_r": {},
"getresgid": {},
"getresuid": {},
"getrusage": {},
@@ -236,7 +249,6 @@ var CAPI = map[string]struct{}{
"inet_ntoa": {},
"inet_ntop": {},
"inet_pton": {},
- "initstate_r": {},
"ioctl": {},
"isalnum": {},
"isalpha": {},
@@ -249,6 +261,8 @@ var CAPI = map[string]struct{}{
"isprint": {},
"isspace": {},
"isupper": {},
+ "iswalnum": {},
+ "iswspace": {},
"isxdigit": {},
"kill": {},
"ldexp": {},
@@ -258,6 +272,7 @@ var CAPI = map[string]struct{}{
"localtime_r": {},
"log": {},
"log10": {},
+ "longjmp": {},
"lrand48": {},
"lseek": {},
"lseek64": {},
@@ -303,6 +318,36 @@ var CAPI = map[string]struct{}{
"pread": {},
"printf": {},
"pselect": {},
+ "pthread_attr_destroy": {},
+ "pthread_attr_getdetachstate": {},
+ "pthread_attr_init": {},
+ "pthread_attr_setdetachstate": {},
+ "pthread_attr_setscope": {},
+ "pthread_attr_setstacksize": {},
+ "pthread_cond_broadcast": {},
+ "pthread_cond_destroy": {},
+ "pthread_cond_init": {},
+ "pthread_cond_signal": {},
+ "pthread_cond_timedwait": {},
+ "pthread_cond_wait": {},
+ "pthread_create": {},
+ "pthread_detach": {},
+ "pthread_equal": {},
+ "pthread_exit": {},
+ "pthread_getspecific": {},
+ "pthread_join": {},
+ "pthread_key_create": {},
+ "pthread_key_delete": {},
+ "pthread_mutex_destroy": {},
+ "pthread_mutex_init": {},
+ "pthread_mutex_lock": {},
+ "pthread_mutex_trylock": {},
+ "pthread_mutex_unlock": {},
+ "pthread_mutexattr_destroy": {},
+ "pthread_mutexattr_init": {},
+ "pthread_mutexattr_settype": {},
+ "pthread_self": {},
+ "pthread_setspecific": {},
"putc": {},
"putchar": {},
"putenv": {},
@@ -313,12 +358,12 @@ var CAPI = map[string]struct{}{
"rand": {},
"rand_r": {},
"random": {},
- "random_r": {},
"read": {},
"readdir": {},
"readlink": {},
"readv": {},
"realloc": {},
+ "reallocarray": {},
"realpath": {},
"recv": {},
"recvfrom": {},
@@ -326,6 +371,7 @@ var CAPI = map[string]struct{}{
"remove": {},
"rename": {},
"rewind": {},
+ "rint": {},
"rmdir": {},
"round": {},
"scalbn": {},
@@ -337,6 +383,7 @@ var CAPI = map[string]struct{}{
"setattrlist": {},
"setbuf": {},
"setenv": {},
+ "setjmp": {},
"setlocale": {},
"setsid": {},
"setsockopt": {},
@@ -402,6 +449,7 @@ var CAPI = map[string]struct{}{
"tcsendbreak": {},
"tcsetattr": {},
"time": {},
+ "tmpfile": {},
"tolower": {},
"toupper": {},
"trunc": {},