aboutsummaryrefslogtreecommitdiff
path: root/libbutl/backtrace.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-06-18 14:09:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-06-18 14:09:59 +0200
commit18bed2c174362f76ddedf68bb700e8b2c817fcb5 (patch)
tree463c4a495386c9ec1869f4434367bfcfc43ea884 /libbutl/backtrace.mxx
parent639ff12af754d024a562925a52406ace0d3c673b (diff)
Complete NetBSD compatibility
Diffstat (limited to 'libbutl/backtrace.mxx')
-rw-r--r--libbutl/backtrace.mxx6
1 files changed, 3 insertions, 3 deletions
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 <binary> <addr>
//