Ignore:
Timestamp:
Jan 24, 2024, 6:05:54 AM (20 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
16afb2a, 221c542e, 8a33777
Parents:
544deb9 (diff), 61e362f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/interpose.cfa

    r544deb9 r71b5aad5  
    1010// Created On       : Wed Mar 29 16:10:31 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jan 11 18:45:31 2024
    13 // Update Count     : 218
     12// Last Modified On : Fri Jan 19 16:47:35 2024
     13// Update Count     : 219
    1414//
    1515
     
    1818extern "C" {
    1919#include <dlfcn.h>                                                                              // dlopen, dlsym
    20 //#include <link.h>                                                                             // dl_iterate_phdr
    21 struct dl_phdr_info;
    22 int dl_iterate_phdr( int (*)( struct dl_phdr_info *, size_t, void * ), void * );
     20#include <link.h>                                                                               // dl_iterate_phdr
    2321#include <execinfo.h>                                                                   // backtrace, messages
    2422}
Note: See TracChangeset for help on using the changeset viewer.