We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f64b3 commit 6c60c80Copy full SHA for 6c60c80
include/my_global.h
@@ -1375,13 +1375,17 @@ static inline char *dlerror(void)
1375
#endif
1376
#ifndef HAVE_DLADDR
1377
#define dladdr(A, B) 0
1378
+/* Dummy definition in case we're missing dladdr() */
1379
+typedef int Dl_info;
1380
1381
#else
1382
#define dlerror() "No support for dynamic loading (static build?)"
1383
#define dlopen(A,B) 0
1384
#define dlsym(A,B) 0
1385
#define dlclose(A) 0
1386
1387
1388
1389
1390
1391
/*
0 commit comments