June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
01: #ifndef _ASM_X86_AUXVEC_H 02: #define _ASM_X86_AUXVEC_H 03: /* 04: * Architecture-neutral AT_ values in 0-17, leave some room 05: * for more of them, start the x86-specific ones at 32. 06: */ 07: #ifdef __i386__ 08: #define AT_SYSINFO 32 09: #endif 10: #define AT_SYSINFO_EHDR 33 11: 12: #endif /* _ASM_X86_AUXVEC_H */ 13: