Module rustix::backend::param::auxv

source Β·
Expand description

Linux auxv support, using libc.

Β§Safety

This uses raw pointers to locate and read the kernel-provided auxv array.

Constants§

Statics§

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.