Expand description
Linux auxv support, using libc.
Β§Safety
This uses raw pointers to locate and read the kernel-provided auxv array.
Constants§
- AT_EXECFN π
- AT_HWCAP π
- AT_HWCAP2 π
- AT_MINSIGSTKSZ π
- AT_SECURE π
- AT_SYSINFO_EHDR π
- _SC_CLK_TCK π
- _SC_PAGESIZE π
Statics§
- getauxval π
Functions§
- sysconf π β
- sysinfo_ehdr π
AT_SYSINFO_EHDR
isnβt present on all platforms in all configurations, so if we donβt see it, this function returns a null pointer.