Ignore:
Timestamp:
May 27, 2020, 3:14:50 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a491a3c
Parents:
c19bc90
Message:

create heap.hfa, use it in malloc.h, and cleanup includes with respect to extern "C"

File:
1 edited

Legend:

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

    rc19bc90 rada0246d  
    1010// Created On       : Tue Jan 17 12:27:26 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Feb  4 13:03:15 2020
    13 // Update Count     : 58
     12// Last Modified On : Tue May 26 22:05:19 2020
     13// Update Count     : 59
    1414//
    1515
     
    2121#include <errno.h>
    2222#include <string.h>
    23 extern "C" {
    2423#include <stdio.h>
    2524#include <fenv.h>
    26 #include <sys/resource.h>
    2725#include <signal.h>
    2826#include <unistd.h>
    2927#include <limits.h>                                                                             // PTHREAD_STACK_MIN
    3028#include <sys/mman.h>                                                                   // mprotect
     29extern "C" {
     30#include <sys/resource.h>
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.