commit 321aa03744f7b81aec909e04257ba8da9856841f parent 611500cc2273bd58aebe5e558cf0fdb8440a2086 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Thu, 29 Sep 2016 12:18:58 +0200 Fix macro confusion Diffstat:
M | tests/dlopen/dlopen.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/dlopen/dlopen.c b/tests/dlopen/dlopen.c @@ -1,7 +1,7 @@ #include <stdio.h> #include <dlfcn.h> -#ifndef RLTD_DEEPBIND +#ifndef RTLD_DEEPBIND # define RTLD_DEEPBIND 0 #endif