- File:
-
- 1 edited
-
libcfa/src/concurrency/coroutine.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.cfa
rada0246d r427854b 10 10 // Created On : Mon Nov 28 12:27:26 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue May 26 22:06:09202013 // Update Count : 2112 // Last Modified On : Tue Feb 4 12:29:25 2020 13 // Update Count : 16 14 14 // 15 15 … … 18 18 #include "coroutine.hfa" 19 19 20 extern "C" { 20 21 #include <stddef.h> 21 22 #include <malloc.h> … … 23 24 #include <string.h> 24 25 #include <unistd.h> 25 #include <sys/mman.h> // mprotect 26 extern "C" { 27 // use this define to make unwind.h play nice, definitely a hack 26 // use this define to make unwind.h play nice, definetely a hack 28 27 #define HIDE_EXPORTS 29 28 #include <unwind.h> 30 29 #undef HIDE_EXPORTS 30 #include <sys/mman.h> 31 31 } 32 32
Note:
See TracChangeset
for help on using the changeset viewer.