Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 28 Mar 2020 15:16:01 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: [PATCH] fix glibc ABI compat

i recently run into a missing glibc abi compat symbol
when trying to run a glibc linked executable with musl.

__strftime_l is at least used by glibc linked libstdc++
but glibc linked libstdc++ can have compatibility issues
with musl so it's not clear how commonly it is useful.

likewise i don't know how likely the glibc libresolv
symbols may be useful to have in musl.

but it does not seem to hurt to have these exported.

View attachment "0001-fix-glibc-ABI-compat.patch" of type "text/x-diff" (2908 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.