From 18bed2c174362f76ddedf68bb700e8b2c817fcb5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2020 14:09:59 +0200 Subject: Complete NetBSD compatibility --- libbutl/backtrace.mxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libbutl/backtrace.mxx') diff --git a/libbutl/backtrace.mxx b/libbutl/backtrace.mxx index 6cde022..f5a63d5 100644 --- a/libbutl/backtrace.mxx +++ b/libbutl/backtrace.mxx @@ -31,9 +31,9 @@ LIBBUTL_MODEXPORT namespace butl // function name for each stack frame. // // Currently this functionality is only available on Linux (with glibc), - // FreeBSD, and Mac OS. On the first two platforms the address can be mapped - // to the function name and, if built with debug info, to source location - // using the addr2line(1) utility: + // FreeBSD/NetBSD, and Mac OS. On the first two platforms the address + // can be mapped to the function name and, if built with debug info, to + // source location using the addr2line(1) utility: // // $ addr2line -f -C -e // -- cgit v1.1