svn commit: trunk/uClibc/utils

vapier at uclibc.org vapier at uclibc.org
Fri Dec 30 06:27:34 UTC 2005


Author: vapier
Date: 2005-12-29 22:27:33 -0800 (Thu, 29 Dec 2005)
New Revision: 13022

Log:
tell people to ignore these two warnings unless someone can figure out how to make them go away ... the vfork() is safe due to the logic following it

Modified:
   trunk/uClibc/utils/ldd.c


Changeset:
Modified: trunk/uClibc/utils/ldd.c
===================================================================
--- trunk/uClibc/utils/ldd.c	2005-12-30 06:26:55 UTC (rev 13021)
+++ trunk/uClibc/utils/ldd.c	2005-12-30 06:27:33 UTC (rev 13022)
@@ -648,6 +648,7 @@
 }
 
 /* map the .so, and locate interesting pieces */
+#warning "There may be two warnings here about vfork() clobbering, ignore them"
 int find_dependancies(char* filename)
 {
 	int is_suid = 0;




More information about the uClibc-cvs mailing list