summaryrefslogtreecommitdiff
path: root/include/sys/auxv.h
blob: e3b65b9921e39d771d65e6cf7f1ed4f7e06077c1 (plain)
1
2
3
4
5
6
#ifndef __SYS_AUXV_H
#define __SYS_AUXV_H

unsigned long getauxval(unsigned long);

#endif