Release 4.14 arch/alpha/include/asm/unistd.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ALPHA_UNISTD_H
#define _ALPHA_UNISTD_H
#include <uapi/asm/unistd.h>
#define NR_SYSCALLS 523
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_STAT64
#define __ARCH_WANT_SYS_GETHOSTNAME
#define __ARCH_WANT_SYS_FADVISE64
#define __ARCH_WANT_SYS_GETPGRP
#define __ARCH_WANT_SYS_OLDUMOUNT
#define __ARCH_WANT_SYS_SIGPENDING
#define __ARCH_WANT_SYS_FORK
#define __ARCH_WANT_SYS_VFORK
#define __ARCH_WANT_SYS_CLONE
#endif /* _ALPHA_UNISTD_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Andrew Morton | 21 | 44.68% | 1 | 14.29% |
Al Viro | 9 | 19.15% | 1 | 14.29% |
Linus Torvalds (pre-git) | 9 | 19.15% | 1 | 14.29% |
Richard Henderson | 4 | 8.51% | 2 | 28.57% |
David Howells | 3 | 6.38% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 2.13% | 1 | 14.29% |
Total | 47 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.