Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section
*** 1,12 ****
PREAD(3PROC) Process Control Library Functions PREAD(3PROC)
NAME
Pread, Pread_string - read data from a process
! SYNOPSIS
Process Control Library (libproc, -lproc)
#include <libproc.h>
ssize_t
Pread(struct ps_prochandle *P, void *buf, size_t nbytes,
uintptr_t address);
--- 1,14 ----
PREAD(3PROC) Process Control Library Functions PREAD(3PROC)
NAME
Pread, Pread_string - read data from a process
! LIBRARY
Process Control Library (libproc, -lproc)
+
+ SYNOPSIS
#include <libproc.h>
ssize_t
Pread(struct ps_prochandle *P, void *buf, size_t nbytes,
uintptr_t address);