Changeset 3814957 for libcfa/src/concurrency/kernel/startup.cfa
- Timestamp:
- Jun 15, 2021, 9:07:25 PM (2 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1d61b67, 32318de, ed395761
- Parents:
- 3489ea6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/startup.cfa
r3489ea6 r3814957 141 141 #elif defined(CFA_HAVE_LINUX_RSEQ_H) 142 142 extern "Cforall" { 143 thread_local volatile struct rseq __cfaabi_rseq;143 // thread_local volatile struct rseq __cfaabi_rseq; 144 144 } 145 145 #else
Note: See TracChangeset
for help on using the changeset viewer.