Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.cfa

    rada0246d r427854b  
    1010// Created On       : Mon Nov 28 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue May 26 22:06:09 2020
    13 // Update Count     : 21
     12// Last Modified On : Tue Feb  4 12:29:25 2020
     13// Update Count     : 16
    1414//
    1515
     
    1818#include "coroutine.hfa"
    1919
     20extern "C" {
    2021#include <stddef.h>
    2122#include <malloc.h>
     
    2324#include <string.h>
    2425#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
    2827#define HIDE_EXPORTS
    2928#include <unwind.h>
    3029#undef HIDE_EXPORTS
     30#include <sys/mman.h>
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.