On Tue, Mar 22, 2022 at 6:43 PM Mike Pattrick <[email protected]> wrote: > > In glibc 2.32 sys_siglist is no longer exported. The MT-safe function > sigdescr_np() is now available for the same purpose.
I am not familiar with this, but a quick search returns: https://www.gnu.org/software/gnulib/manual/html_node/sigdescr_005fnp.html """ Note: This function is hardly useful, because it returns English strings, not internationalized strings. Better use the function strsignal, which returns internationalized strings. """ Now reading strsignal manual, it seems to be POSIX, and a replacement for direct access to sys_siglist... ? -- David marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
