diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-mutexes')
| -rw-r--r-- | vendor/codeberg.org/gruf/go-mutexes/map_unsafe.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/codeberg.org/gruf/go-mutexes/map_unsafe.go b/vendor/codeberg.org/gruf/go-mutexes/map_unsafe.go index a59c13015..829b2597f 100644 --- a/vendor/codeberg.org/gruf/go-mutexes/map_unsafe.go +++ b/vendor/codeberg.org/gruf/go-mutexes/map_unsafe.go @@ -1,4 +1,4 @@ -//go:build go1.22 && !go1.25 +//go:build go1.22 && !go1.26 package mutexes @@ -21,7 +21,7 @@ func syncCond_last_ticket(c *sync.Cond) uint32 { // this does not alter the first // 2 fields which are all we need. type notifyList struct { - _ atomic.Uint32 + _ uint32 notify uint32 // ... other fields } |
