From 99a7e12f34b3661a0d1354eef83a0eef4df5e34c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 5 Feb 2000 06:47:02 +0000 Subject: Merge with Linux 2.3.38. --- include/asm-mips64/unistd.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/asm-mips64/unistd.h') diff --git a/include/asm-mips64/unistd.h b/include/asm-mips64/unistd.h index 6d34a529a..5ab08b0bc 100644 --- a/include/asm-mips64/unistd.h +++ b/include/asm-mips64/unistd.h @@ -1,4 +1,4 @@ -/* $Id: unistd.h,v 1.7 2000/01/29 01:42:28 ralf Exp $ +/* $Id: unistd.h,v 1.8 2000/02/04 07:40:53 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -1198,11 +1198,14 @@ #define __NR_mmap2 (__NR_Linux32 + 210) #define __NR_truncate64 (__NR_Linux32 + 211) #define __NR_ftruncate64 (__NR_Linux32 + 212) +#define __NR_stat64 (__NR_Linux32 + 213) +#define __NR_lstat64 (__NR_Linux32 + 214) +#define __NR_fstat64 (__NR_Linux32 + 215) /* * Offset of the last Linux o32 flavoured syscall */ -#define __NR_Linux32_syscalls 212 +#define __NR_Linux32_syscalls 215 /* * Linux 64-bit syscalls are in the range from 5000 to 5999. -- cgit v1.2.3