diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2018-08-07 15:52:46 +0300 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-08-16 13:33:48 -0400 |
commit | 00efb5e1437d3912284689f1b0c13190e634e788 (patch) | |
tree | 22c0c9aeae71bea1687099e2b923522be2030aee /usr/src/lib/libc/inc/libc.h | |
parent | 3b5ccf6b95a705120c7f7fa193afabfd40dc7342 (diff) | |
download | illumos-joyent-00efb5e1437d3912284689f1b0c13190e634e788.tar.gz |
8548 want memset_s(3C)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libc/inc/libc.h')
-rw-r--r-- | usr/src/lib/libc/inc/libc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/lib/libc/inc/libc.h b/usr/src/lib/libc/inc/libc.h index 86d894b3de..3d440ab2e2 100644 --- a/usr/src/lib/libc/inc/libc.h +++ b/usr/src/lib/libc/inc/libc.h @@ -316,6 +316,16 @@ extern wint_t __ungetwc_xpg5(wint_t, FILE *); */ extern char *current_locale(locale_t, int); +/* + * defined in set_constraint_handler_s.c. + */ +extern void __throw_constraint_handler_s(const char *_RESTRICT_KYWD, int); + +/* + * defined in assfail.c. + */ +extern void common_panic(const char *, const char *); + #ifdef __cplusplus } #endif |