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

use strsignal to display signal name #31

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

oliverlee
Copy link
Owner

@oliverlee oliverlee commented Aug 24, 2024

Replace sigabbrev_np with strsignal. sibabbrev_np is not available
before glibc 2.32.

Change-Id: Ia031b760d8267d3dfd96a97fac28f373c57ac3cc

Copy link

codecov bot commented Aug 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.36%. Comparing base (fbbaabd) to head (8ab48da).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   93.60%   94.36%   +0.75%     
==========================================
  Files          15       15              
  Lines         266      266              
  Branches       28       28              
==========================================
+ Hits          249      251       +2     
+ Misses          2        1       -1     
+ Partials       15       14       -1     

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

@oliverlee oliverlee force-pushed the Ia031b760d8267d3dfd96a97fac28f373c57ac3cc branch from 5132fc9 to bd847fd Compare August 24, 2024 02:48
@oliverlee oliverlee enabled auto-merge (squash) August 24, 2024 02:53
@oliverlee oliverlee force-pushed the Ia031b760d8267d3dfd96a97fac28f373c57ac3cc branch from bd847fd to 23588b9 Compare August 24, 2024 02:53
@oliverlee oliverlee enabled auto-merge (squash) August 24, 2024 02:53
Replace sigabbrev_np with strsignal. sibabbrev_np is not available
before glibc 2.32.

Change-Id: Ia031b760d8267d3dfd96a97fac28f373c57ac3cc
@oliverlee oliverlee force-pushed the Ia031b760d8267d3dfd96a97fac28f373c57ac3cc branch from 23588b9 to 8ab48da Compare August 28, 2024 19:37
@oliverlee oliverlee merged commit 0976682 into main Aug 28, 2024
15 checks passed
@oliverlee oliverlee deleted the Ia031b760d8267d3dfd96a97fac28f373c57ac3cc branch August 28, 2024 19:48
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