[PATCH v6 05/20] elf: Add _dl_audit_objclose
Florian Weimer
fweimer@redhat.com
Fri Dec 17 16:29:14 GMT 2021
* Adhemerval Zanella:
> diff --git a/elf/dl-audit.c b/elf/dl-audit.c
> index de85ef1ddd..ef34ff761c 100644
> --- a/elf/dl-audit.c
> +++ b/elf/dl-audit.c
> @@ -99,4 +99,25 @@ _dl_audit_objopen (struct link_map *l, Lmid_t nsid, bool check_audit)
> afct = afct->next;
> }
> }
> +
> +void
> +_dl_audit_objclose (struct link_map *l, Lmid_t nsid)
The nsid argument is unused, l->l_ns is used instead. Rest looks good.
Thanks,
Florian
More information about the Libc-alpha
mailing list