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

vapier at uclibc.org vapier at uclibc.org
Thu Jun 30 04:16:23 UTC 2005


Author: vapier
Date: 2005-06-29 22:16:22 -0600 (Wed, 29 Jun 2005)
New Revision: 10646

Log:
small whitespace fix

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


Changeset:
Modified: trunk/uClibc/ldso/libdl/libdl.c
===================================================================
--- trunk/uClibc/ldso/libdl/libdl.c	2005-06-30 04:12:48 UTC (rev 10645)
+++ trunk/uClibc/ldso/libdl/libdl.c	2005-06-30 04:16:22 UTC (rev 10646)
@@ -76,8 +76,8 @@
 #ifdef __SUPPORT_LD_DEBUG__
 char *_dl_debug  = 0;
 #endif
-char *_dl_library_path         = 0;		    /* Where we look for libraries */
-char *_dl_ldsopath             = 0;		    /* Location of the shared lib loader */
+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 */
 size_t _dl_pagesize            = PAGE_SIZE; /* Store the page size for use later */
 /* This global variable is also to communicate with debuggers such as gdb. */




More information about the uClibc-cvs mailing list