Update dependencies (#1929)

This commit is contained in:
Wim
2022-11-27 00:42:16 +01:00
committed by GitHub
parent 6da9d567dc
commit 4fd0a76727
1126 changed files with 1057766 additions and 1385139 deletions

8
vendor/modernc.org/libc/pthread.go generated vendored
View File

@@ -87,6 +87,14 @@ func (d *pthreadData) init(t *TLS, detached bool) {
threads[t.ID] = t
}
func (d *pthreadData) close(t *TLS) {
threadsMu.Lock()
defer threadsMu.Unlock()
delete(threads, t.ID)
}
// int pthread_attr_destroy(pthread_attr_t *attr);
func Xpthread_attr_destroy(t *TLS, pAttr uintptr) int32 {
return 0