Changes in uspace/lib/libc/include/atomicdflt.h [a47d49f:81983e3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/atomicdflt.h
ra47d49f r81983e3 56 56 } 57 57 58 #ifndef CAS 58 #ifndef CAS 59 59 static inline bool cas(atomic_t *val, long ov, long nv) 60 60 {
Note:
See TracChangeset
for help on using the changeset viewer.