diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-27 23:12:57 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-27 23:12:57 +0000 |
commit | d032c07a7913c9aa932e35eb04a3cccdae8a9a1d (patch) | |
tree | 602adadabd571e89b1288643647510533baef791 /utils/ldd.c | |
parent | 589a76ea96e1153a3d4c30a09ecb6b54546d3bf8 (diff) | |
download | uClibc-alpine-d032c07a7913c9aa932e35eb04a3cccdae8a9a1d.tar.bz2 uClibc-alpine-d032c07a7913c9aa932e35eb04a3cccdae8a9a1d.tar.xz |
Merge from trunk.
Diffstat (limited to 'utils/ldd.c')
-rw-r--r-- | utils/ldd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/ldd.c b/utils/ldd.c index 314798354..ed0551175 100644 --- a/utils/ldd.c +++ b/utils/ldd.c @@ -645,7 +645,9 @@ static struct library * find_elf_interpreter(ElfW(Ehdr)* ehdr) } /* 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; |