LibC: Add sys/auxv.h with getauxval
This commit is contained in:
14
userspace/libraries/LibC/include/sys/auxv.h
Normal file
14
userspace/libraries/LibC/include/sys/auxv.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _SYS_AUXV_H
|
||||
#define _SYS_AUXV_H 1
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#include <elf.h>
|
||||
|
||||
unsigned long getauxval(unsigned long type);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user