Skip to content

Musl compatibility fixes for s390 and powerpc #331

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sertonix
Copy link

@sertonix sertonix commented Jun 20, 2025

__uint32_t and __BEGIN_DECLS aren't standard so slight modifications are needed when they aren't provided by the libc

Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.09%. Comparing base (c9c6fd6) to head (4d375a9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #331   +/-   ##
=======================================
  Coverage   72.09%   72.09%           
=======================================
  Files         233      233           
  Lines        6139     6139           
  Branches     1607     1607           
=======================================
  Hits         4426     4426           
  Misses       1420     1420           
  Partials      293      293           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

sertonix added 2 commits June 21, 2025 00:48
__uint32_t is non-standard and not available on at least musl libc
They use __BEGIN_DECLS which might not be avaiable without cdefs-compat.h
@sertonix sertonix changed the title Replace __uint32_t with uint32_t everywhere Musl compatibility fixes for s390 and powerpc Jun 20, 2025
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

Successfully merging this pull request may close these issues.

1 participant