From: Martin Mares Date: Wed, 18 Jul 2012 09:45:44 +0000 (+0200) Subject: Signals: Document differences against strsignal() X-Git-Tag: v5.99~146 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=984b27ee84b371d605c1402784039b3803a25983;p=libucw.git Signals: Document differences against strsignal() --- diff --git a/ucw/signames.h b/ucw/signames.h index 0876bab5..35996fbd 100644 --- a/ucw/signames.h +++ b/ucw/signames.h @@ -12,6 +12,9 @@ * and signal numbers. They are available in LibUCW, but please * be aware that some signals might be missing on your system. * If they do, please notify LibUCW maintainers. + * + * The GNU C Library provides `strsignal()` with similar function, + * but it returns human-readable strings like "Segmentation fault". ***/ /**