blob: 0522468f488b7b65880869bd8e8e163f0ab16329 [file] [log] [blame]
David Howellsb920de12008-02-08 04:19:31 -08001/* MN10300 System call number list
2 *
3 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public Licence
8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
10 */
11#ifndef _ASM_UNISTD_H
12#define _ASM_UNISTD_H
13
David Howells3b2267e2012-10-10 12:10:10 +010014#include <uapi/asm/unistd.h>
David Howellsb920de12008-02-08 04:19:31 -080015
David Howellsb920de12008-02-08 04:19:31 -080016
Eric W. Biederman7b21fdd2011-05-27 19:28:27 -070017#define NR_syscalls 340
David Howellsb920de12008-02-08 04:19:31 -080018
19/*
20 * specify the deprecated syscalls we want to support on this arch
21 */
David Howellsb920de12008-02-08 04:19:31 -080022#define __ARCH_WANT_OLD_READDIR
23#define __ARCH_WANT_OLD_STAT
24#define __ARCH_WANT_STAT64
25#define __ARCH_WANT_SYS_ALARM
26#define __ARCH_WANT_SYS_GETHOSTNAME
Christoph Hellwigbaed7fc2010-03-10 15:21:18 -080027#define __ARCH_WANT_SYS_IPC
David Howellsb920de12008-02-08 04:19:31 -080028#define __ARCH_WANT_SYS_PAUSE
David Howellsb920de12008-02-08 04:19:31 -080029#define __ARCH_WANT_SYS_SIGNAL
30#define __ARCH_WANT_SYS_TIME
31#define __ARCH_WANT_SYS_UTIME
32#define __ARCH_WANT_SYS_WAITPID
33#define __ARCH_WANT_SYS_SOCKETCALL
34#define __ARCH_WANT_SYS_FADVISE64
35#define __ARCH_WANT_SYS_GETPGRP
36#define __ARCH_WANT_SYS_LLSEEK
37#define __ARCH_WANT_SYS_NICE
38#define __ARCH_WANT_SYS_OLD_GETRLIMIT
Christoph Hellwig5d0e5282010-03-10 15:21:13 -080039#define __ARCH_WANT_SYS_OLD_SELECT
David Howellsb920de12008-02-08 04:19:31 -080040#define __ARCH_WANT_SYS_OLDUMOUNT
41#define __ARCH_WANT_SYS_SIGPENDING
42#define __ARCH_WANT_SYS_SIGPROCMASK
Al Viro1ea2a0162012-10-21 16:43:13 -040043#define __ARCH_WANT_SYS_FORK
44#define __ARCH_WANT_SYS_VFORK
45#define __ARCH_WANT_SYS_CLONE
David Howellsb920de12008-02-08 04:19:31 -080046
David Howellsb920de12008-02-08 04:19:31 -080047#endif /* _ASM_UNISTD_H */