2012-10-24 03:17:05 +00:00
|
|
|
#ifndef _XTENSA_UNISTD_H
|
|
|
|
#define _XTENSA_UNISTD_H
|
2005-06-24 05:01:26 +00:00
|
|
|
|
2012-10-27 03:41:40 +00:00
|
|
|
#define __ARCH_WANT_SYS_CLONE
|
2012-10-14 23:55:40 +00:00
|
|
|
#include <uapi/asm/unistd.h>
|
2005-06-24 05:01:26 +00:00
|
|
|
|
|
|
|
#define __ARCH_WANT_STAT64
|
|
|
|
#define __ARCH_WANT_SYS_UTIME
|
|
|
|
#define __ARCH_WANT_SYS_LLSEEK
|
2007-08-03 22:55:07 +00:00
|
|
|
#define __ARCH_WANT_SYS_GETPGRP
|
2006-12-10 10:18:47 +00:00
|
|
|
|
2007-08-03 22:55:07 +00:00
|
|
|
/*
|
|
|
|
* Ignore legacy system calls in the checksyscalls.sh script
|
|
|
|
*/
|
2005-06-24 05:01:26 +00:00
|
|
|
|
2007-08-03 22:55:07 +00:00
|
|
|
#define __IGNORE_fork /* use clone */
|
|
|
|
#define __IGNORE_time
|
|
|
|
#define __IGNORE_alarm /* use setitimer */
|
|
|
|
#define __IGNORE_pause
|
|
|
|
#define __IGNORE_mmap /* use mmap2 */
|
|
|
|
#define __IGNORE_vfork /* use clone */
|
|
|
|
#define __IGNORE_fadvise64 /* use fadvise64_64 */
|
2012-10-24 03:17:05 +00:00
|
|
|
|
|
|
|
#endif /* _XTENSA_UNISTD_H */
|