diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-30 11:26:24 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-30 11:26:24 +0000 |
commit | aab693bbfc4f5f7ba1e13ddad59e60f07818b791 (patch) | |
tree | c78222945b3ee11950a26d13c71f312d462f2974 | |
parent | 8bd49ba865e7d671382b396cd18de7e66fcfe1e9 (diff) |
- remove shadows declaration of struct st (already declared in function scope)
-rw-r--r-- | ldso/ldso/ldso.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 263d93f44..7d623cea5 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -495,7 +495,6 @@ void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load_addr, #ifdef __LDSO_PRELOAD_FILE_SUPPORT__ do { - struct stat st; char *preload; int fd; char c, *cp, *cp2; |