Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3proc/Plwp_getregs.3proc.man.txt
          +++ new/usr/src/man/man3proc/Plwp_getregs.3proc.man.txt
   1    1  PLWP_GETREGS(3PROC)    Process Control Library Functions   PLWP_GETREGS(3PROC)
   2    2  
   3    3  NAME
   4    4       Plwp_getfpregs, Plwp_setfpregs, Plwp_getregs, Plwp_setregs - get and set
   5    5       thread registers
   6    6  
   7      -SYNOPSIS
        7 +LIBRARY
   8    8       Process Control Library (libproc, -lproc)
        9 +
       10 +SYNOPSIS
   9   11       #include <libproc.h>
  10   12  
  11   13       int
  12   14       Plwp_getfpregs(struct ps_prochandle *P, lwpid_t lwpid,
  13   15           prfpregset_t *fpregs);
  14   16  
  15   17       int
  16   18       Plwp_setfpregs(struct ps_prochandle *P, lwpid_t lwpid,
  17   19           const prfpregset_t fpregs);
  18   20  
↓ open down ↓ 65 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX