Update patch 7

This commit is contained in:
Vorapol Rinsatitnon
2025-10-10 07:14:07 +07:00
parent 04e86ea0e2
commit ee27abde31

View File

@@ -8357,7 +8357,7 @@ index 40a29fed..f950bc0b 100644
-func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) }
-
-// Or atomically performs a bitwise OR operation on x using the bitmask
-// provided as mask and returns the updated value after the OR operation.
-// provided as mask and returns the old value.
-func (x *Uintptr) Or(mask uintptr) (old uintptr) { return OrUintptr(&x.v, mask) }
-
// noCopy may be added to structs which must not be copied