Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/interpose.cfa

    r96f002c1 r92bfda0  
    9595
    9696extern "C" {
     97        void __cfaabi_interpose_startup(void)  __attribute__(( constructor( STARTUP_PRIORITY_CORE ) ));
    9798        void __cfaabi_interpose_startup( void ) {
    9899                const char *version = 0p;
Note: See TracChangeset for help on using the changeset viewer.