Changes in src/libcfa/interpose.h [6b0b624:9d944b2]
- File:
-
- 1 edited
-
src/libcfa/interpose.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/interpose.h
r6b0b624 r9d944b2 1 // -*- Mode: CFA -*- 1 2 // 2 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 9 10 // Author : Thierry Delisle 10 11 // Created On : Wed Mar 29 15:56:41 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Fri Jul 21 22:33:02 201713 // Update Count : 212 // Last Modified By : 13 // Last Modified On : 14 // Update Count : 0 14 15 // 15 16 16 #pragma once 17 #ifndef INTERPOSE_H 18 #define INTERPOSE_H 17 19 18 20 void * interpose_symbol( const char* symbol, , const char *version ); … … 21 23 extern __typeof__( exit ) libc_abort __attribute__(( noreturn )); 22 24 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.