[uClibc-cvs] svn commit: trunk/uClibc/ldso/libdl

jocke at uclibc.org jocke at uclibc.org
Mon Aug 15 08:30:33 UTC 2005


Author: jocke
Date: 2005-08-15 02:30:32 -0600 (Mon, 15 Aug 2005)
New Revision: 11158

Log:
Fix bug 387, missing _dl_progname for static apps.


Modified:
   trunk/uClibc/ldso/libdl/libdl.c


Changeset:
Modified: trunk/uClibc/ldso/libdl/libdl.c
===================================================================
--- trunk/uClibc/ldso/libdl/libdl.c	2005-08-15 05:20:47 UTC (rev 11157)
+++ trunk/uClibc/ldso/libdl/libdl.c	2005-08-15 08:30:32 UTC (rev 11158)
@@ -72,6 +72,7 @@
 #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 */




More information about the uClibc-cvs mailing list