From 5a5b6a3aabb49f6cc7de23e5ba34226aade9f23b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 9 Feb 2000 14:59:31 +0000 Subject: Update. 2000-02-09 Andreas Jaeger * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls. * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls. --- sysdeps/unix/sysv/linux/mips/sys/syscall.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/mips/sys') diff --git a/sysdeps/unix/sysv/linux/mips/sys/syscall.h b/sysdeps/unix/sysv/linux/mips/sys/syscall.h index 36214e4162..27dc08aa5b 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/syscall.h +++ b/sysdeps/unix/sysv/linux/mips/sys/syscall.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -1203,5 +1203,12 @@ #define SYS_sendfile (SYS_Linux + 207) #define SYS_putpmsg (SYS_Linux + 208) #define SYS_getpmsg (SYS_Linux + 209) +#define SYS_mmap2 (SYS_Linux + 210) +#define SYS_truncate64 (SYS_Linux + 211) +#define SYS_ftruncate64 (SYS_Linux + 212) +#define SYS_stat64 (SYS_Linux + 213) +#define SYS_lstat64 (SYS_Linux + 214) +#define SYS_fstat64 (SYS_Linux + 215) + #endif /* sys/syscall.h */ -- cgit v1.2.3-70-g09d2