Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/interpose.h

    red9c0a8 r9d944b2  
    1010// Author           : Thierry Delisle
    1111// Created On       : Wed Mar 29 15:56:41 2017
    12 // Last Modified By : Peter A. Buhr
    13 // Last Modified On : Thu Jul 20 21:46:46 2017
    14 // Update Count     : 1
     12// Last Modified By :
     13// Last Modified On :
     14// Update Count     : 0
    1515//
    1616
    17 #pragma once
     17#ifndef INTERPOSE_H
     18#define INTERPOSE_H
    1819
    1920void * interpose_symbol( const char* symbol, , const char *version );
     
    2122extern __typeof__( abort ) libc_abort __attribute__(( noreturn ));
    2223extern __typeof__( exit ) libc_abort __attribute__(( noreturn ));
     24
     25#endif //INTERPOSE_H
Note: See TracChangeset for help on using the changeset viewer.