1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
Andreas Jaeger
2000-02-09 14:59:31 +00:00
parent c03eebe14d
commit 5a5b6a3aab
3 changed files with 22 additions and 1 deletions

View File

@ -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 */