Your IP : 216.73.216.235


Current Path : /usr/include/sys/
Upload File :
Current File : //usr/include/sys/auxv.h

#ifndef _SYS_AUXV_H
#define _SYS_AUXV_H

#ifdef __cplusplus
extern "C" {
#endif

#include <elf.h>
#include <bits/hwcap.h>

unsigned long getauxval(unsigned long);

#ifdef __cplusplus
}
#endif

#endif