diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-07 08:17:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-07 08:17:04 +0000 |
commit | e4a3270ea28c11cde6bb37e3c57310d0c864b7c7 (patch) | |
tree | 7e41542206948cec935b83c14466657eaa907352 /sysdeps/unix | |
parent | 675e4015896d39a88264d4db515c6824bdd6bf27 (diff) | |
download | glibc-e4a3270ea28c11cde6bb37e3c57310d0c864b7c7.tar.gz glibc-e4a3270ea28c11cde6bb37e3c57310d0c864b7c7.tar.xz glibc-e4a3270ea28c11cde6bb37e3c57310d0c864b7c7.zip |
(SYS_getdents64): New. (SYS_fcntl64): New.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/syscall.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sys/syscall.h b/sysdeps/unix/sysv/linux/mips/sys/syscall.h index ccbacd73ad..78248a13bd 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/syscall.h +++ b/sysdeps/unix/sysv/linux/mips/sys/syscall.h @@ -19,11 +19,6 @@ #ifndef _SYSCALL_H #define _SYSCALL_H 1 -/* This file should list the numbers of the system the system knows. - But instead of duplicating this we use the information available - from the kernel sources. */ -#include <asm/unistd.h> - /* * SVR4 syscalls are in the range from 1 to 999 */ @@ -1212,6 +1207,8 @@ #define SYS_pivot_root (SYS_Linux + 216) #define SYS_mincore (SYS_Linux + 217) #define SYS_madvise (SYS_Linux + 218) +#define SYS_getdents64 (SYS_Linux + 219) +#define SYS_fcntl64 (SYS_Linux + 220) #endif /* sys/syscall.h */ |