mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
auxv.3: Document AT_USRSTACKBASE and AT_USRSTACKLIM
Reviewed by: brooks, imp (previous version) Discussed with: markj Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D36540
This commit is contained in:
parent
1d280f2142
commit
62b4fb22df
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 17, 2019
|
||||
.Dd September 16, 2022
|
||||
.Dt ELF_AUX_INFO 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -79,6 +79,10 @@ Page size in bytes
|
|||
.It AT_TIMEKEEP
|
||||
Pointer to VDSO timehands (for library internal use,
|
||||
.Dv sizeof(void *)).
|
||||
.It AT_USRSTACKBASE
|
||||
Top of the user stack for main thread.
|
||||
.It AT_USRSTACKLIM
|
||||
Limit for grow of the user stack for main thread.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
Returns zero on success, or an error number on failure.
|
||||
|
|
|
|||
Loading…
Reference in a new issue