Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 971,981 ****
#define NT_CONTENT 20 /* core_content_t <sys/corectl.h> */
#define NT_ZONENAME 21 /* string from getzonenamebyid(3C) */
#define NT_FDINFO 22 /* open fd info */
#define NT_SPYMASTER 23 /* psinfo_t for agent LWP spymaster */
#define NT_SECFLAGS 24 /* process security-flags */
! #define NT_NUM 24
#ifdef _KERNEL
/*
* The following routine checks the processor-specific
--- 971,982 ----
#define NT_CONTENT 20 /* core_content_t <sys/corectl.h> */
#define NT_ZONENAME 21 /* string from getzonenamebyid(3C) */
#define NT_FDINFO 22 /* open fd info */
#define NT_SPYMASTER 23 /* psinfo_t for agent LWP spymaster */
#define NT_SECFLAGS 24 /* process security-flags */
! #define NT_LWPNAME 25 /* prlwpname_t */
! #define NT_NUM 25
#ifdef _KERNEL
/*
* The following routine checks the processor-specific