mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
rtld: fix typo in comment
This commit is contained in:
parent
21181d1c7b
commit
7ee881f1f4
@ -330,7 +330,7 @@ struct rtld_global _rtld_global =
|
||||
};
|
||||
/* If we would use strong_alias here the compiler would see a
|
||||
non-hidden definition. This would undo the effect of the previous
|
||||
declaration. So spell out was strong_alias does plus add the
|
||||
declaration. So spell out what strong_alias does plus add the
|
||||
visibility attribute. */
|
||||
extern struct rtld_global _rtld_local
|
||||
__attribute__ ((alias ("_rtld_global"), visibility ("hidden")));
|
||||
|
Loading…
Reference in New Issue
Block a user