Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
@@ -56,13 +56,14 @@
MSG_NT_PSINFO, MSG_NT_PRCRED,
MSG_NT_UTSNAME, MSG_NT_LWPSTATUS,
MSG_NT_LWPSINFO, MSG_NT_PRPRIV,
MSG_NT_PRPRIVINFO, MSG_NT_CONTENT,
MSG_NT_ZONENAME, MSG_NT_FDINFO,
- MSG_NT_SPYMASTER, MSG_NT_SECFLAGS
+ MSG_NT_SPYMASTER, MSG_NT_SECFLAGS,
+ MSG_NT_LWPNAME,
};
-#if NT_NUM != NT_SECFLAGS
+#if NT_NUM != NT_LWPNAME
#error "NT_NUM has grown. Update core note types[]"
#endif
static const conv_ds_msg_t ds_types = {
CONV_DS_MSG_INIT(NT_PRSTATUS, types) };
static const conv_ds_t *ds[] = { CONV_DS_ADDR(ds_types), NULL };