cregit-Linux how code gets into the kernel

Release 4.14 arch/xtensa/include/asm/unistd.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _XTENSA_UNISTD_H

#define _XTENSA_UNISTD_H


#define __ARCH_WANT_SYS_CLONE
#include <uapi/asm/unistd.h>


#define __ARCH_WANT_STAT64

#define __ARCH_WANT_SYS_UTIME

#define __ARCH_WANT_SYS_LLSEEK

#define __ARCH_WANT_SYS_GETPGRP

/* 
 * Ignore legacy system calls in the checksyscalls.sh script
 */


#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 */

#endif /* _XTENSA_UNISTD_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Chris Zankel4887.27%350.00%
Al Viro35.45%116.67%
David Howells35.45%116.67%
Greg Kroah-Hartman11.82%116.67%
Total55100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.