Release 4.14 arch/microblaze/include/asm/seccomp.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_MICROBLAZE_SECCOMP_H
#define _ASM_MICROBLAZE_SECCOMP_H
#include <linux/unistd.h>
#define __NR_seccomp_sigreturn __NR_sigreturn
#include <asm-generic/seccomp.h>
#endif /* _ASM_MICROBLAZE_SECCOMP_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Michal Simek | 16 | 80.00% | 1 | 33.33% |
Kees Cook | 3 | 15.00% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 5.00% | 1 | 33.33% |
Total | 20 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.