svn commit: trunk/uClibc/ldso/ldso

vapier at uclibc.org vapier at uclibc.org
Thu Jan 19 10:41:40 UTC 2006


Author: vapier
Date: 2006-01-19 02:41:40 -0800 (Thu, 19 Jan 2006)
New Revision: 13420

Log:
would help if i used the right variable name ...

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


Changeset:
Modified: trunk/uClibc/ldso/ldso/ldso.c
===================================================================
--- trunk/uClibc/ldso/ldso/ldso.c	2006-01-19 10:38:25 UTC (rev 13419)
+++ trunk/uClibc/ldso/ldso/ldso.c	2006-01-19 10:41:40 UTC (rev 13420)
@@ -139,7 +139,7 @@
 	 * setup so we can use _dl_dprintf() to print debug noise
 	 * instead of the SEND_STDERR macros used in dl-startup.c */
 
-	_dl_memset(&app_tpnt_rel, 0x00, sizeof(app_tpnt_rel));
+	_dl_memset(app_tpnt, 0x00, sizeof(*app_tpnt));
 
 	/* Store the page size for later use */
 	_dl_pagesize = (auxvt[AT_PAGESZ].a_un.a_val) ? (size_t) auxvt[AT_PAGESZ].a_un.a_val : PAGE_SIZE;




More information about the uClibc-cvs mailing list