Update vendor (whatsapp)
This commit is contained in:
4
vendor/modernc.org/libc/libc.go
generated
vendored
4
vendor/modernc.org/libc/libc.go
generated
vendored
@@ -161,6 +161,10 @@ func X_exit(_ *TLS, status int32) {
|
||||
}
|
||||
|
||||
func SetEnviron(t *TLS, env []string) {
|
||||
if environInitialized {
|
||||
return
|
||||
}
|
||||
|
||||
environInitialized = true
|
||||
p := Xcalloc(t, 1, types.Size_t((len(env)+1)*(int(uintptrSize))))
|
||||
if p == 0 {
|
||||
|
||||
Reference in New Issue
Block a user