Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing __libc_single_threaded@GLIBC_2.32 #12

Open
kkofler opened this issue Oct 30, 2024 · 0 comments
Open

Missing __libc_single_threaded@GLIBC_2.32 #12

kkofler opened this issue Oct 30, 2024 · 0 comments

Comments

@kkofler
Copy link

kkofler commented Oct 30, 2024

I have a library using this (the same where I also have issue #11). (This is not as urgent as #11 for me because right now I am trying to make it work on glibc 2.34, which has this function, but I tried setting an older glibc target and got this as an additional error.)

See: https://www.gnu.org/software/libc/manual/html_node/Single_002dThreaded.html – the simplest (poor, but valid) implementation is to just map this to a constant char which is always 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant