zig/lib/libc/musl/include/sys/auxv.h

18 lines
200 B
C
Raw Normal View History

2019-07-17 07:54:14 +08:00
#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