about summary refs log tree commit diff
path: root/htl/herrno.c
Commit message (Collapse)AuthorAgeFilesLines
* htl: Add __errno_location and __h_errno_locationSamuel Thibault2020-01-041-0/+34
As explained on https://sourceware.org/ml/libc-alpha/2020-01/msg00049.html the presence of __errno_location in libpthread.so on GNU/Linux makes libpthread getting linked in for libstdc++. This aligns on that behavior, to avoid issues that only GNU/Hurd would get.