diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 23:09:32 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 23:09:32 +0000 |
commit | 24f818725bb7eeffff055fe5b5a0cd0bdf490bca (patch) | |
tree | ac0fc0406ca926319e182be7ad266033129406db /ldso | |
parent | 17d53dd7b38b024c5e1471610a21092fa73d13da (diff) |
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ...
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/dl-startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index c2686c733..ef8e71698 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -98,7 +98,7 @@ int (*_dl_elf_main) (int, char **, char **); static void* __rtld_stack_end; /* Points to argc on stack, e.g *((long *)__rtld_stackend) == argc */ -strong_alias(__rtld_stack_end, __libc_stack_end); /* Exported version of __rtld_stack_end */ +strong_alias(__rtld_stack_end, __libc_stack_end) /* Exported version of __rtld_stack_end */ /* When we enter this piece of code, the program stack looks like this: argc argument counter (integer) |