mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
rtld: wrap a comment to 80 columns
This commit is contained in:
parent
4562e76cc6
commit
d88def534e
1 changed files with 2 additions and 2 deletions
|
|
@ -228,8 +228,8 @@ reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags,
|
|||
/*
|
||||
* These are deferred until all other relocations have
|
||||
* been done. All we do here is make sure that the COPY
|
||||
* relocation is not in a shared library. They are allowed
|
||||
* only in executable files.
|
||||
* relocation is not in a shared library. They are
|
||||
* allowed only in executable files.
|
||||
*/
|
||||
if (!obj->mainprog) {
|
||||
_rtld_error("%s: Unexpected R_X86_64_COPY "
|
||||
|
|
|
|||
Loading…
Reference in a new issue