X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fldpreload.h;h=cc2dcee3c6c33d630ee085d8d8e52e7ab1a4b7a4;hb=5e8be10581980ed8b9feafac9f6166c0849dbd72;hp=6ef291185981a44c90a484df71efe635460e7b03;hpb=3773b830ba1eae6e912e06290f291b0052e85ad8;p=coloredstderr%2Fcoloredstderr.git diff --git a/src/ldpreload.h b/src/ldpreload.h index 6ef2911..cc2dcee 100644 --- a/src/ldpreload.h +++ b/src/ldpreload.h @@ -30,6 +30,7 @@ #include #include +static void *dlsym_function(char const *name) noinline; /* Load the function name using dlsym() and return it. Terminate program on * failure. Split in function and macro to reduce code inserted into the * function using the macro. */