Changeset 81983e3 in mainline for uspace/lib/libc/include/atomicdflt.h
- Timestamp:
- 2010-02-17T14:11:07Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b8da2a3
- Parents:
- 101d9f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/atomicdflt.h
r101d9f4 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.