TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The glibc 2.41 update has been causing problems for Linux gaming

3 pointsby luu3 months ago

1 comment

sieve3 months ago
This is why I don't use the c std library for my compiler/vm projects. For the few functions you need, you build your own library that wraps the syscalls. And then you can distribute a binary that will run on Linux kernels going back two decades without worrying about questions such as "what is Ubuntu/Arch up to today?"