[compiler-rt] [sanitizer] intercept getservent_r, getservbyname_r, getservbyport_r (PR #133339)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 27 16:49:57 PDT 2025
thurstond wrote:
The man page says
```
getservent_r(), getservbyname_r(), getservbyport_r():
Since glibc 2.19:
_DEFAULT_SOURCE
glibc 2.19 and earlier:
_BSD_SOURCE || _SVID_SOURCE
```
Will this change upset our glibc 2.18 users?
https://github.com/llvm/llvm-project/pull/133339
More information about the llvm-commits
mailing list