mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 00:01:54 -05:00
The problem was, isc_atomic_cmpxchg() is almost like our atomic_cmpset_32(), except it expects the old value to be returned, whereas our atomic_cmpset_32 returns 1 on success, or 0 on failure. So I re-implemented something suitable. Submitted by: cognet Reviewed by: bsdimp |
||
|---|---|---|
| .. | ||
| bind | ||
| bind9 | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| lwres | ||
| Makefile.in | ||