Release 4.10 arch/alpha/include/asm/syscall.h
#ifndef _ASM_ALPHA_SYSCALL_H
#define _ASM_ALPHA_SYSCALL_H
#include <uapi/linux/audit.h>
static inline int syscall_get_arch(void)
{
return AUDIT_ARCH_ALPHA;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
eric paris | eric paris | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
#endif /* _ASM_ALPHA_SYSCALL_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
eric paris | eric paris | 24 | 100.00% | 1 | 100.00% |
| Total | 24 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.