summaryrefslogtreecommitdiff
path: root/src/include/sys/auxv.h
blob: 63c5bfe9455a5aee6b42aeefa6a91627c00e3786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef SYS_AUXV_H
#define SYS_AUXV_H

#include "../../../include/sys/auxv.h"

#include <features.h>

unsigned long __getauxval(unsigned long);

#endif