diff options
Diffstat (limited to 'vendor/modernc.org/libc/capi_linux_arm64.go')
-rw-r--r-- | vendor/modernc.org/libc/capi_linux_arm64.go | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/modernc.org/libc/capi_linux_arm64.go b/vendor/modernc.org/libc/capi_linux_arm64.go index 6ebc35b33..555153e77 100644 --- a/vendor/modernc.org/libc/capi_linux_arm64.go +++ b/vendor/modernc.org/libc/capi_linux_arm64.go @@ -310,36 +310,11 @@ var CAPI = map[string]struct{}{ "pow": {}, "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": {}, "puts": {}, |