@@ -72,6 +72,7 @@ extern char *_dl_debug;
#ifdef __SUPPORT_LD_DEBUG__
char *_dl_debug = 0;
#endif
+const char *_dl_progname = ""; /* Program name */
char *_dl_library_path = 0; /* Where we look for libraries */
char *_dl_ldsopath = 0; /* Location of the shared lib loader */
int _dl_errno = 0; /* We can't use the real errno in ldso */