Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/interpose.cfa

    ra20be49 r9cd5bd2  
    1010// Created On       : Wed Mar 29 16:10:31 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jan  5 22:23:57 2023
    13 // Update Count     : 180
     12// Last Modified On : Fri Mar 13 17:35:37 2020
     13// Update Count     : 178
    1414//
    1515
     
    1818#include <string.h>                                                                             // strlen
    1919#include <unistd.h>                                                                             // _exit, getpid
     20#define __USE_GNU
    2021#include <signal.h>
     22#undef __USE_GNU
    2123extern "C" {
    2224#include <dlfcn.h>                                                                              // dlopen, dlsym
Note: See TracChangeset for help on using the changeset viewer.