Browse Source

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

Mike Frysinger 19 năm trước cách đây
mục cha
commit
d2c24c51bd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      utils/ldd.c

+ 1 - 0
utils/ldd.c

@@ -648,6 +648,7 @@ static struct library * find_elf_interpreter(ElfW(Ehdr)* ehdr)
 }
 }
 
 
 /* map the .so, and locate interesting pieces */
 /* 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 find_dependancies(char* filename)
 {
 {
 	int is_suid = 0;
 	int is_suid = 0;