]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - src/ldpreload.h
tests: Fix tests when running under coloredstderr.
[coloredstderr/coloredstderr.git] / src / ldpreload.h
index 6ef291185981a44c90a484df71efe635460e7b03..cc2dcee3c6c33d630ee085d8d8e52e7ab1a4b7a4 100644 (file)
@@ -30,6 +30,7 @@
 #include <dlfcn.h>
 #include <errno.h>
 
+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. */