Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.7-rc2 22 lines 523 B view raw
1/* 2 * Copyright 2004-2009 Analog Devices Inc. 3 * 4 * Licensed under the GPL-2 or later. 5 */ 6#ifndef __ASM_BFIN_UNISTD_H 7#define __ASM_BFIN_UNISTD_H 8 9#include <uapi/asm/unistd.h> 10 11#define __ARCH_WANT_STAT64 12#define __ARCH_WANT_SYS_ALARM 13#define __ARCH_WANT_SYS_GETHOSTNAME 14#define __ARCH_WANT_SYS_PAUSE 15#define __ARCH_WANT_SYS_TIME 16#define __ARCH_WANT_SYS_FADVISE64 17#define __ARCH_WANT_SYS_GETPGRP 18#define __ARCH_WANT_SYS_LLSEEK 19#define __ARCH_WANT_SYS_NICE 20#define __ARCH_WANT_SYS_VFORK 21 22#endif /* __ASM_BFIN_UNISTD_H */