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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libc/inc/libc.h
          +++ new/usr/src/lib/libc/inc/libc.h
↓ open down ↓ 308 lines elided ↑ open up ↑
 309  309  /*
 310  310   * defined in ungetwc.c
 311  311   */
 312  312  extern wint_t   __ungetwc_xpg5(wint_t, FILE *);
 313  313  
 314  314  /*
 315  315   * Defined in setlocale.c.
 316  316   */
 317  317  extern char *current_locale(locale_t, int);
 318  318  
      319 +/*
      320 + * defined in set_constraint_handler_s.c.
      321 + */
      322 +extern void __throw_constraint_handler_s(const char *_RESTRICT_KYWD, int);
      323 +
      324 +/*
      325 + * defined in assfail.c.
      326 + */
      327 +extern void common_panic(const char *, const char *);
      328 +
 319  329  #ifdef  __cplusplus
 320  330  }
 321  331  #endif
 322  332  
 323  333  #endif /* _LIBC_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX