[Bug 1175266] [glibc2.32] ceph build failure
https://bugzilla.suse.com/show_bug.cgi?id=1175266 https://bugzilla.suse.com/show_bug.cgi?id=1175266#c6 David Disseldorp <ddiss@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ddiss@suse.com --- Comment #6 from David Disseldorp <ddiss@suse.com> --- I've updated the upstream bug...
From the glibc 2.32 release notes:
The functions sigabbrev_np and sigdescr_np have been added. The sigabbrev_np returns the abbreviated signal name (e.g. "HUP" for SIGHUP) while sigdescr_np returns a string describing the signal number (e.g "Hangup" for SIGHUP). Different than strsignal, sigdescr_np does not attempt to translate the return description, both functions return NULL for an invalid signal number. They should be used instead of sys_siglist or sys_sigabbrev and they are both thread and async-signal safe. These functions are GNU extensions. I'll propose a patch to use sigabbrev_np() if available. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com