mlibc/abis/managarm/auxv.h
Dennisbonke 2af3b1f371
abis/managarm: Define AT_SECURE
options/posix: Define SUN_LEN

Signed-off-by: Dennisbonke <admin@dennisbonke.com>
2020-11-29 13:56:34 +01:00

20 lines
366 B
C

#ifndef _ABIBITS_AUXV_H
#define _ABIBITS_AUXV_H
#define AT_PHDR 3
#define AT_PHENT 4
#define AT_PHNUM 5
#define AT_ENTRY 9
#define AT_SECURE 23
#define AT_RANDOM 25
#define AT_EXECFN 31
// managarm specific auxvector entries.
#define AT_XPIPE 0x1000
#define AT_OPENFILES 0x1001
#define AT_FS_SERVER 0x1102
#define AT_MBUS_SERVER 0x1103
#endif // _ABIBITS_AUXV_H