Changes in uspace/lib/libc/include/atomicdflt.h [81983e3:a47d49f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/atomicdflt.h
r81983e3 ra47d49f 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.