]> mj.ucw.cz Git - libucw.git/commitdiff
Signals: Document differences against strsignal()
authorMartin Mares <mj@ucw.cz>
Wed, 18 Jul 2012 09:45:44 +0000 (11:45 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Jul 2012 09:45:44 +0000 (11:45 +0200)
ucw/signames.h

index 0876bab54946419246f1824ad377116189436cad..35996fbd7be758476b316525ff19d45025b5cf64 100644 (file)
@@ -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".
  ***/
 
 /**