mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-20 17:22:11 +01:00
Specifically, for uclibc at the moment. Other implementations may need locking, but I haven’t checked any aside from uclibc-ng and glibc. POSIX.1-2001 specifies that `dlerror()` is not thread-safe, but the glibc (and likely other libc) implementation is. Issue #399 was originally reported about eglibc, but that project has since died and been merged back into glibc. So that’s one less thing to worry about. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #399