mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
2000-06-23 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root, SYS_mincore, SYS_madvise): Added. * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of execve.
This commit is contained in:
parent
abfbb38ccd
commit
16b02fef21
@ -1,3 +1,11 @@
|
||||
2000-06-23 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
|
||||
SYS_mincore, SYS_madvise): Added.
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
|
||||
execve.
|
||||
|
||||
2000-06-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* libio/Makefile (tests): Add tst-getwc and tst_putwc.
|
||||
|
@ -1209,6 +1209,9 @@
|
||||
#define SYS_stat64 (SYS_Linux + 213)
|
||||
#define SYS_lstat64 (SYS_Linux + 214)
|
||||
#define SYS_fstat64 (SYS_Linux + 215)
|
||||
#define SYS_pivot_root (SYS_Linux + 216)
|
||||
#define SYS_mincore (SYS_Linux + 217)
|
||||
#define SYS_madvise (SYS_Linux + 218)
|
||||
|
||||
|
||||
#endif /* sys/syscall.h */
|
||||
|
Loading…
Reference in New Issue
Block a user