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

replace all usage of sys_siglist with strsignal #593

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

jtaub
Copy link
Contributor

@jtaub jtaub commented Sep 29, 2024

Issue #, if available:

sys_siglist is deprecated and has already been removed from the GNU C library, causing this project not to build on some systems.

Description of changes:

  1. Replaced all usage of sys_siglist with strsignal
  2. Refactor: pulled out duplicate code into a local variable

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@chenylee-aws chenylee-aws merged commit 0324595 into awslabs:master Oct 8, 2024
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.

2 participants