9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
120 B
C
9 lines
120 B
C
#ifndef _ABIBITS_AUXV_H
|
|
#define _ABIBITS_AUXV_H
|
|
|
|
#define AT_SECURE 23
|
|
#define AT_RANDOM 25
|
|
#define AT_EXECFN 31
|
|
|
|
#endif
|