Update patch 7
This commit is contained in:
@@ -8357,7 +8357,7 @@ index 40a29fed..f950bc0b 100644
|
|||||||
-func (x *Uintptr) And(mask uintptr) (old uintptr) { return AndUintptr(&x.v, mask) }
|
-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
|
-// 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) }
|
-func (x *Uintptr) Or(mask uintptr) (old uintptr) { return OrUintptr(&x.v, mask) }
|
||||||
-
|
-
|
||||||
// noCopy may be added to structs which must not be copied
|
// noCopy may be added to structs which must not be copied
|
||||||
|
|||||||
Reference in New Issue
Block a user