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

Bridge more musl/glibc diffs in aarch64 #140

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

cataphract
Copy link
Contributor

@cataphract cataphract commented Nov 19, 2024

This should cover all the differences I could find on aarch64.

Type Glibc Size Musl Size
pthread_t 8 bytes 8 bytes
pthread_attr_t 64 bytes 56 bytes
pthread_mutex_t 48 bytes 40 bytes
pthread_mutexattr_t 8 bytes 4 bytes
pthread_cond_t 48 bytes 48 bytes
pthread_condattr_t 8 bytes 4 bytes
pthread_rwlock_t 56 bytes 56 bytes
pthread_rwlockattr_t 8 bytes 8 bytes
pthread_barrier_t 32 bytes 32 bytes
pthread_barrierattr_t 8 bytes 4 bytes

@cataphract cataphract requested a review from a team as a code owner November 19, 2024 12:54
@cataphract cataphract requested review from dmehala and removed request for a team November 19, 2024 12:54
@codecov-commenter
Copy link

codecov-commenter commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.16%. Comparing base (2cb1071) to head (b2e44b8).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   72.16%   72.16%           
=======================================
  Files          43       43           
  Lines        6040     6040           
  Branches      880      880           
=======================================
  Hits         4359     4359           
  Misses       1254     1254           
  Partials      427      427           
---- 🚨 Try these New Features:

@cataphract cataphract force-pushed the glopes/pthread-size-mm branch from 030060c to 2831109 Compare November 19, 2024 15:26
@cataphract cataphract force-pushed the glopes/pthread-size-mm branch from 2831109 to b2e44b8 Compare November 19, 2024 15:40
@cataphract cataphract merged commit 48d528c into master Nov 19, 2024
38 checks passed
@cataphract cataphract deleted the glopes/pthread-size-mm branch November 19, 2024 16:05
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.

4 participants