Release 4.12 include/linux/auxvec.h
#ifndef _LINUX_AUXVEC_H
#define _LINUX_AUXVEC_H
#include <uapi/linux/auxvec.h>
#define AT_VECTOR_SIZE_BASE 20
/* NEW_AUX_ENT entries in auxiliary table */
/* number of "#define AT_.*" above, minus {AT_NULL, AT_IGNORE, AT_NOTELF} */
#endif /* _LINUX_AUXVEC_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
H. J. Lu | 13 | 72.22% | 1 | 20.00% |
Olaf Hering | 2 | 11.11% | 1 | 20.00% |
David Howells | 1 | 5.56% | 1 | 20.00% |
Ard Biesheuvel | 1 | 5.56% | 1 | 20.00% |
John Reiser | 1 | 5.56% | 1 | 20.00% |
Total | 18 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.