Changeset dd10bf4 for libcfa/src


Ignore:
Timestamp:
Jan 19, 2024, 5:17:09 PM (5 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
f2898df
Parents:
b1eefe50 (diff), 45d1ab9 (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

    rb1eefe50 rdd10bf4  
    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.