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/Pgetauxvec.3proc.man.txt
+++ new/usr/src/man/man3proc/Pgetauxvec.3proc.man.txt
1 1 PGETAUXVEC(3PROC) Process Control Library Functions PGETAUXVEC(3PROC)
2 2
3 3 NAME
4 4 Pgetauxvec - obtain process auxiliary vector
5 5
6 -SYNOPSIS
6 +LIBRARY
7 7 Process Control Library (libproc, -lproc)
8 +
9 +SYNOPSIS
8 10 #include <libproc.h>
9 11
10 12 const auxv_t *
11 13 Pgetauxvec(struct ps_prochandle *P);
12 14
13 15 DESCRIPTION
14 16 The Pgetauxvec() function returns a pointer to a copy of the auxiliary
15 17 vector for the process handle P. If the process handle does not
16 18 represent an actively running process or the auxiliary vector could not
17 19 be found, then it instead returns an empty auxiliary vector. The
18 20 definitions of the auxv_t may be found in <sys/auxv.h>.
19 21
20 22 The returned auxiliary vector should not be used across any subsequent
21 23 calls to libproc(3LIB).
22 24
23 25 RETURN VALUES
24 26 Upon successful completion, the Pgetauxvec() function always returns a
25 27 pointer to an auxiliary vector.
26 28
27 29 INTERFACE STABILITY
28 30 Uncommitted
29 31
30 32 MT-LEVEL
31 33 See LOCKING in libproc(3LIB).
32 34
33 35 SEE ALSO
34 36 libproc(3LIB), Pgetauxval(3PROC), proc(4)
35 37
36 38 illumos May 11, 2016 illumos
↓ open down ↓ |
19 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX