summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2021-02-01 21:16:56 -0300
committerMark Wielaard <mark@klomp.org>2021-02-05 15:36:25 +0100
commit8db222e36ae777e6aec8c61c616838a86258e99f (patch)
treee626106aa1745aabfb1df3a135f4dcf24caf8aa3 /ChangeLog
parenteb922a1b8f3a7b1d9740bc789fdf499637ded111 (diff)
downloadelfutils-8db222e36ae777e6aec8c61c616838a86258e99f.tar.gz
libdwfl: use GNU strerror_r only when available.
Some C libraries don't provide the GNU version of strerror_r, only the XSI-compliant one. We use the GNU version when available, since it fits the code better, and otherwise use the XSI-compliant one. https://sourceware.org/bugzilla/show_bug.cgi?id=21010 Signed-off-by: Érico Rolim <erico.erc@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 142caa27..c8f921a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-01 Érico Nogueira <ericonr@disroot.org>
+
+ * configure.ac: Check for GNU strerror_r.
+
2021-01-12 Dmitry V. Levin <ldv@altlinux.org>
* configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.