pdp10_elf36.hrl: add missing AT_HWCAP2 macro

This commit is contained in:
Mikael Pettersson
2025-04-19 15:59:20 +02:00
parent 829dddbe69
commit 80e12bf0c8

View File

@@ -1565,6 +1565,7 @@
-define(AT_BASE_PLATFORM, 24). % String identifying real platform,
% may differ from AT_PLATFORM.
-define(AT_RANDOM, 25). % Address of 16 random bytes.
-define(AT_HWCAP2, 26). % Extension of AT_HWCAP.
-define(AT_RSEQ_FEATURE_SIZE, 27). % rseq supported feature size
-define(AT_RSEQ_ALIGN, 28). % rseq allocation alignment
-define(AT_EXECFN, 31). % Filename of executable.