| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu> |
|---|
| 3 | 4 | * Copyright (C) 2006 Atmark Techno, Inc. |
|---|
| 4 | | - * |
|---|
| 5 | | - * This file is subject to the terms and conditions of the GNU General Public |
|---|
| 6 | | - * License. See the file "COPYING" in the main directory of this archive |
|---|
| 7 | | - * for more details. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | #ifndef _ASM_MICROBLAZE_UNISTD_H |
|---|
| 10 | 7 | #define _ASM_MICROBLAZE_UNISTD_H |
|---|
| .. | .. |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | /* #define __ARCH_WANT_OLD_READDIR */ |
|---|
| 17 | 14 | /* #define __ARCH_WANT_OLD_STAT */ |
|---|
| 15 | +#define __ARCH_WANT_NEW_STAT |
|---|
| 18 | 16 | #define __ARCH_WANT_STAT64 |
|---|
| 19 | 17 | #define __ARCH_WANT_SYS_ALARM |
|---|
| 20 | 18 | #define __ARCH_WANT_SYS_GETHOSTNAME |
|---|
| 21 | 19 | #define __ARCH_WANT_SYS_PAUSE |
|---|
| 22 | 20 | #define __ARCH_WANT_SYS_SIGNAL |
|---|
| 23 | | -#define __ARCH_WANT_SYS_TIME |
|---|
| 24 | | -#define __ARCH_WANT_SYS_UTIME |
|---|
| 21 | +#define __ARCH_WANT_SYS_TIME32 |
|---|
| 22 | +#define __ARCH_WANT_SYS_UTIME32 |
|---|
| 25 | 23 | #define __ARCH_WANT_SYS_WAITPID |
|---|
| 26 | 24 | #define __ARCH_WANT_SYS_SOCKETCALL |
|---|
| 27 | 25 | #define __ARCH_WANT_SYS_FADVISE64 |
|---|
| 28 | 26 | #define __ARCH_WANT_SYS_GETPGRP |
|---|
| 29 | | -#define __ARCH_WANT_SYS_LLSEEK |
|---|
| 30 | 27 | #define __ARCH_WANT_SYS_NICE |
|---|
| 31 | 28 | /* #define __ARCH_WANT_SYS_OLD_GETRLIMIT */ |
|---|
| 32 | 29 | #define __ARCH_WANT_SYS_OLDUMOUNT |
|---|
| .. | .. |
|---|
| 37 | 34 | #define __ARCH_WANT_SYS_FORK |
|---|
| 38 | 35 | |
|---|
| 39 | 36 | #endif /* __ASSEMBLY__ */ |
|---|
| 40 | | - |
|---|
| 41 | | -#define __NR_syscalls 401 |
|---|
| 42 | 37 | |
|---|
| 43 | 38 | #endif /* _ASM_MICROBLAZE_UNISTD_H */ |
|---|