August 27
https://issues.dlang.org/show_bug.cgi?id=24725

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@the-horo created dlang/dmd pull request #16816 "Fix Bugzilla 24725 - core.sys.linux: feature detect glibc functions a…" fixing this issue:

- Fix Bugzilla 24725 - core.sys.linux: feature detect glibc functions at build time

  Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>

https://github.com/dlang/dmd/pull/16816

--
August 27
https://issues.dlang.org/show_bug.cgi?id=24725

--- Comment #2 from Andrei Horodniceanu <a.horodniceanu@proton.me> ---
I've submitted a draft PR with a sample implementation for dmd. I have chosen the solution which checks for an individual function.

--