The string can be used only until the next call to
.BR strsignal ().
.PP
-The array
+The (deprecated) array
.I sys_siglist
holds the signal description strings
indexed by signal number.
The
.BR strsignal ()
-function should be used instead of this array.
+function should be used instead of this array; see also VERSIONS.
.SH RETURN VALUE
The
.BR strsignal ()
string, or an unknown signal message if the signal number is invalid.
On some systems (but not on Linux), NULL may instead be
returned for an invalid signal number.
+.SH VERSIONS
+Starting with version 2.32,
+.\" glibc commit b1ccfc061feee9ce616444ded8e1cd5acf9fa97f
+the
+.I sys_siglist
+symbol is no longer exported by glibc.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).