diff options
author | Andreas Jaeger <aj@suse.de> | 2000-02-09 14:59:31 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-02-09 14:59:31 +0000 |
commit | 5a5b6a3aabb49f6cc7de23e5ba34226aade9f23b (patch) | |
tree | ddd6492c3420a19e07df8d446d9a6b10cb953c08 /sysdeps/unix/sysv/linux/mips/sys | |
parent | c03eebe14d36ff8c07c424e5ab74b9fa2d781f9f (diff) | |
download | glibc-5a5b6a3aabb49f6cc7de23e5ba34226aade9f23b.tar.gz glibc-5a5b6a3aabb49f6cc7de23e5ba34226aade9f23b.tar.xz glibc-5a5b6a3aabb49f6cc7de23e5ba34226aade9f23b.zip |
Update.
2000-02-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls. * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/syscall.h | 9 |
1 files changed, 8 insertions, 1 deletions
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 */ |