Merge remote-tracking branch 'asoc/topic/davinci' into asoc-next
[deliverable/linux.git] / arch / xtensa / include / asm / unistd.h
CommitLineData
2f72d4f6
CZ
1#ifndef _XTENSA_UNISTD_H
2#define _XTENSA_UNISTD_H
9a8fd558 3
3e41f9ba 4#define __ARCH_WANT_SYS_CLONE
83596729 5#include <uapi/asm/unistd.h>
9a8fd558 6
9a8fd558 7#define __ARCH_WANT_STAT64
9a8fd558 8#define __ARCH_WANT_SYS_UTIME
9a8fd558 9#define __ARCH_WANT_SYS_LLSEEK
3547cdb1 10#define __ARCH_WANT_SYS_GETPGRP
fd43fe19 11
3547cdb1
CZ
12/*
13 * Ignore legacy system calls in the checksyscalls.sh script
14 */
9a8fd558 15
3547cdb1
CZ
16#define __IGNORE_fork /* use clone */
17#define __IGNORE_time
18#define __IGNORE_alarm /* use setitimer */
19#define __IGNORE_pause
20#define __IGNORE_mmap /* use mmap2 */
21#define __IGNORE_vfork /* use clone */
22#define __IGNORE_fadvise64 /* use fadvise64_64 */
2f72d4f6
CZ
23
24#endif /* _XTENSA_UNISTD_H */
This page took 0.638405 seconds and 5 git commands to generate.