diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2012-11-27 08:55:56 +0000 |
---|---|---|
committer | Joshua M. Clulow <jmc@joyent.com> | 2012-11-29 05:40:58 +0000 |
commit | 8017f1f8eea31bd1160b5e50755242a2a9aabc7d (patch) | |
tree | f635b41a3889b3bc0869e167f10831a5e88f9ca6 /usr/src/common | |
parent | ced3e3213686966317b983a08ab781fa96b1b3e9 (diff) | |
download | illumos-joyent-release-20121129.tar.gz |
OS-1723 DTrace should speak JSONrelease-20121129
Reviewed by: Bryan Cantrill <bmc@joyent.com>
Diffstat (limited to 'usr/src/common')
-rw-r--r-- | usr/src/common/util/strtolctype.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/common/util/strtolctype.h b/usr/src/common/util/strtolctype.h index 7b7afc6e30..5675e42be7 100644 --- a/usr/src/common/util/strtolctype.h +++ b/usr/src/common/util/strtolctype.h @@ -38,6 +38,10 @@ extern "C" { * This header file contains a collection of macros that the strtou?ll? * functions in common/util use to test characters. What we need is a kernel * version of ctype.h. + * + * NOTE: These macros are used within several DTrace probe context functions. + * They must not be altered to make function calls or perform actions not + * safe in probe context. */ #if defined(_KERNEL) && !defined(_BOOT) |