Hello Hauke, On Fri, 2 Oct 2020 at 10:28, Hauke Fath <hf@xxxxxxxxxxxxxxxxxxx> wrote: > > Hi, > > strsignal(3) <https://man7.org/linux/man-pages/man3/strsignal.3.html> > mentions sys_siglist[], which according to > <https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=b1ccfc061feee9ce616444ded8e1cd5acf9fa97f> > has been removed from glibc. > > Noted in Arch Linux, see > <https://lists.archlinux.org/pipermail/arch-general/2020-October/048173.html>. Thanks. There's actually more problems. Through some accident of history, sys_siglist was documented in both psignal(3) and strsignal(3). I've consolidated the discussion to strsignal(3) and noted that sys_siglist is no longer exported by glibc since v2.32. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/