Changes in libcfa/src/interpose.cfa [92bfda0:96f002c1]
- File:
-
- 1 edited
-
libcfa/src/interpose.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/interpose.cfa
r92bfda0 r96f002c1 95 95 96 96 extern "C" { 97 void __cfaabi_interpose_startup(void) __attribute__(( constructor( STARTUP_PRIORITY_CORE ) ));98 97 void __cfaabi_interpose_startup( void ) { 99 98 const char *version = 0p;
Note:
See TracChangeset
for help on using the changeset viewer.