LibC: Add sys/auxv.h with getauxval

This commit is contained in:
2026-07-01 12:58:09 +03:00
parent 74e94eedae
commit c0d38862f2
6 changed files with 70 additions and 24 deletions

View File

@@ -27,6 +27,8 @@ namespace LibELF
AT_BASE = 7,
AT_SHARED_PAGE = 0xFFFF0001,
AT_STACK_BASE = 0xFFFF0002,
AT_STACK_SIZE = 0xFFFF0003,
};
}