From 984b27ee84b371d605c1402784039b3803a25983 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 18 Jul 2012 11:45:44 +0200 Subject: [PATCH] Signals: Document differences against strsignal() --- ucw/signames.h | 3 +++ 1 file changed, 3 insertions(+) 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". ***/ /** -- 2.39.2