Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/interpose.h

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