mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
SYS_mincore, SYS_madvise): Added.
This commit is contained in:
parent
d0371ae0a3
commit
e4586ea96c
@ -84,7 +84,7 @@
|
||||
#define SYS_SVR4_semsys (SYS_SVR4 + 53)
|
||||
#define SYS_SVR4_ioctl (SYS_SVR4 + 54)
|
||||
#define SYS_SVR4_uadmin (SYS_SVR4 + 55)
|
||||
#define SYS_SVR4_exch (SYS_SVR4 + 56)
|
||||
#define SYS_SVR4_exch (SYS_SVR4 + 56)
|
||||
#define SYS_SVR4_utssys (SYS_SVR4 + 57)
|
||||
#define SYS_SVR4_fsync (SYS_SVR4 + 58)
|
||||
#define SYS_SVR4_exece (SYS_SVR4 + 59)
|
||||
@ -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