HomeFreeBSD

rtld/tests: Avoid function name conflict with libc opendir()

Description

rtld/tests: Avoid function name conflict with libc opendir()

This prevents these tests from being compiled with ASAN since the asan
interceptors also define opendir() but matching the libc function.

Reviewed By: oshogbo, kib, markj
Differential Revision: https://reviews.freebsd.org/D31038

Details

Provenance
arichardsonAuthored on Jul 6 2021, 9:51 AM
Reviewer
oshogbo
Differential Revision
D31038: rtld/tests: Avoid function name conflict with libc opendir()
Parents
rG4d552825eceb: usr.bin/login: send errors to console if syslog isn't running
Branches
Unknown
Tags
Unknown