mlibc/abis/lemon/auxv.h
2020-09-13 15:36:39 +02:00

12 lines
174 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_RANDOM 25
#define AT_EXECFN 31
#endif