Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/interpose.h

    r6b0b624 r9d944b2  
     1//                              -*- Mode: CFA -*-
    12//
    23// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    910// Author           : Thierry Delisle
    1011// Created On       : Wed Mar 29 15:56:41 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 21 22:33:02 2017
    13 // Update Count     : 2
     12// Last Modified By :
     13// Last Modified On :
     14// Update Count     : 0
    1415//
    1516
    16 #pragma once
     17#ifndef INTERPOSE_H
     18#define INTERPOSE_H
    1719
    1820void * interpose_symbol( const char* symbol, , const char *version );
     
    2123extern __typeof__( exit ) libc_abort __attribute__(( noreturn ));
    2224
    23 // Local Variables: //
    24 // mode: c //
    25 // tab-width: 4 //
    26 // End: //
     25#endif //INTERPOSE_H
Note: See TracChangeset for help on using the changeset viewer.