On 07/20/2018 09:45 AM, Peter Maydell wrote: >> For non-linux, I peeked at the OpenBSD man page, which says >> >> The strsignal() function first appeared in AT&T System V >> Release 4 UNIX and was reimplemented for NetBSD 1.0. >> >> That suggests all of the extant BSDs should have it. >> >> MinGW has had the function since 2008. >> >> What other hosts do we support? > > OSX, but that's I think OK as it inherits it from BSD. > The configure script also has support for Solaris-variants > and Haiku...
Solaris derives from SVR4, and so should have had it since the beginning of time; certainly OpenSolaris does: http://repo.or.cz/opensolaris.git/blob/HEAD:/usr/src/head/string.h#l94 Haiku has it as well: https://git.haiku-os.org/haiku/tree/headers/posix/string.h#n75 r~