summaryrefslogtreecommitdiff
path: root/src/include/sys/auxv.h
blob: 9358a4a5d8c58154e91c589729e282171c4c43ea (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>

hidden unsigned long __getauxval(unsigned long);

#endif