Print this page
8548 want memset_s(3C)
Reviewed by: Robert Mustacchi <rm@joyent.com>

*** 93,103 **** /* * Write a panic message w/o grabbing any locks other than assert_lock. * We have no idea what locks are held at this point. */ ! static void common_panic(const char *head, const char *why) { char msg[400]; /* no panic() message in the library is this long */ ulwp_t *self; size_t len1, len2; --- 93,103 ---- /* * Write a panic message w/o grabbing any locks other than assert_lock. * We have no idea what locks are held at this point. */ ! void common_panic(const char *head, const char *why) { char msg[400]; /* no panic() message in the library is this long */ ulwp_t *self; size_t len1, len2;