Changeset 7768b8d for libcfa/prelude
- Timestamp:
- Nov 26, 2019, 3:19:20 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 30763fd
- Parents:
- 21184e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/prelude/sync-builtins.cf ¶
r21184e3 r7768b8d 436 436 #endif 437 437 438 _Bool __atomic_exchange_n(volatile _Bool *, _Bool, int); 439 _Bool __atomic_exchange_1(volatile _Bool *, _Bool, int); 440 void __atomic_exchange(volatile _Bool *, volatile _Bool *, volatile _Bool *, int); 438 441 char __atomic_exchange_n(volatile char *, char, int); 439 442 char __atomic_exchange_1(volatile char *, char, int);
Note: See TracChangeset
for help on using the changeset viewer.