2017-07-11 09:07:09 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Regents of the University of California
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation, version 2.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
|
2018-08-04 03:27:19 +08:00
|
|
|
/*
|
|
|
|
* There is explicitly no include guard here because this file is expected to
|
2018-11-09 03:02:39 +08:00
|
|
|
* be included multiple times.
|
2018-08-04 03:27:19 +08:00
|
|
|
*/
|
|
|
|
|
2017-07-11 09:07:09 +08:00
|
|
|
#define __ARCH_WANT_SYS_CLONE
|
2018-11-09 03:02:39 +08:00
|
|
|
|
2017-07-11 09:07:09 +08:00
|
|
|
#include <uapi/asm/unistd.h>
|
2018-12-11 04:43:54 +08:00
|
|
|
|
|
|
|
#define NR_syscalls (__NR_syscalls)
|