chore: ⬆️ updated deps
This commit is contained in:
+4
@@ -2791,3 +2791,7 @@ func Xdup(tls *TLS, fd int32) (r int32) {
|
||||
func X__builtin_ctz(t *TLS, n uint32) int32 {
|
||||
return int32(mbits.TrailingZeros32(n))
|
||||
}
|
||||
|
||||
func AtomicLoadNUint8(ptr uintptr, memorder int32) uint8 {
|
||||
return byte(a_load_8(ptr))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user