2005-04-16 15:20:36 -07:00
|
|
|
#ifndef _ALPHA_UNISTD_H
|
|
|
|
|
#define _ALPHA_UNISTD_H
|
|
|
|
|
|
2012-12-17 13:47:09 +00:00
|
|
|
#include <uapi/asm/unistd.h>
|
2005-04-16 15:20:36 -07:00
|
|
|
|
2013-07-13 13:31:51 -07:00
|
|
|
#define NR_SYSCALLS 508
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
#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_OLD_GETRLIMIT
|
|
|
|
|
#define __ARCH_WANT_SYS_OLDUMOUNT
|
|
|
|
|
#define __ARCH_WANT_SYS_SIGPENDING
|
2012-10-26 09:54:47 -04:00
|
|
|
#define __ARCH_WANT_SYS_FORK
|
|
|
|
|
#define __ARCH_WANT_SYS_VFORK
|
|
|
|
|
#define __ARCH_WANT_SYS_CLONE
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
#endif /* _ALPHA_UNISTD_H */
|