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