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/Pgetauxval.3proc.man.txt
+++ new/usr/src/man/man3proc/Pgetauxval.3proc.man.txt
1 1 PGETAUXVAL(3PROC) Process Control Library Functions PGETAUXVAL(3PROC)
2 2
3 3 NAME
4 4 Pgetauxval - obtain auxiliary vector value
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 int
11 13 Pgetauxval(struct ps_prochandle *P, int type);
12 14
13 15 DESCRIPTION
14 16 The Pgetauxval() function looks up the entry type in the auxiliary vector
15 17 of the process handle P and returns its value. The type argument should
16 18 be the entry of the auxiliary vector. The list of such types may be
17 19 found in <sys/auxv.h>.
18 20
19 21 RETURN VALUES
20 22 Upon successful completion, the Pgetauxval() function returns the value
21 23 of the auxiliary vector entry type. Otherwise, -1 is returned to
22 24 indicate that either the auxiliary vector or the type entry could not be
23 25 found.
24 26
25 27 INTERFACE STABILITY
26 28 Uncommitted
27 29
28 30 MT-LEVEL
29 31 See LOCKING in libproc(3LIB).
30 32
31 33 SEE ALSO
32 34 libproc(3LIB), Pgetauxvec(3PROC), proc(4)
33 35
34 36 illumos May 11, 2016 illumos
↓ open down ↓ |
17 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX