index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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