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

Fixed failure on sys_siglist with strsignal #25

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

ArchanaShinde1
Copy link
Collaborator

@ArchanaShinde1 ArchanaShinde1 commented Feb 2, 2024

Checklist before submitting

Description

Referred to fix this issue:
https://github.com/greenbone/gvmd/pull/1280/files
https://github.com/coelckers/prboom-plus/pull/130/files

From the release notes of glibc 2.32, https://sourceware.org/pipermail/libc-announce/2020/000029.html

The deprecated arrays sys_siglist, _sys_siglist, and sys_sigabbrev
are no longer available to newly linked binaries, and their declarations
have been removed from <string.h>. They are exported solely as
compatibility symbols to support old binaries. All programs should use
strsignal instead.

Review process to land

  1. All tests and other checks must succeed.
  2. At least one maintainer must review and approve.
  3. If any maintainer requests changes, they must be addressed.

@ArchanaShinde1 ArchanaShinde1 merged commit 99041b5 into open-ce:r0.32.0 Feb 2, 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.

None yet

3 participants