summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2002-04-10 18:18:26 +0000
committerchristos <christos@NetBSD.org>2002-04-10 18:18:26 +0000
commitdb952e86f35941d6fbf4c19ec33a6368a166f708 (patch)
tree65ed0084d23a966578bd2aafdfd7d3283423f64a /sys/compat/linux/arch/mips
parentf7b63f4dd5d9aff7249562f439bd1072593fe9f8 (diff)
add getdents64
Diffstat (limited to 'sys/compat/linux/arch/mips')
-rw-r--r--sys/compat/linux/arch/mips/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/mips/syscalls.master b/sys/compat/linux/arch/mips/syscalls.master
index 84fafaacee1..c81c31d2e74 100644
--- a/sys/compat/linux/arch/mips/syscalls.master
+++ b/sys/compat/linux/arch/mips/syscalls.master
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.8 2002/03/22 15:18:13 christos Exp $
+ $NetBSD: syscalls.master,v 1.9 2002/04/10 18:18:28 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -378,6 +378,7 @@
216 UNIMPL pivot_root
217 UNIMPL mincore
218 UNIMPL modvise
-219 UNIMPL getdents64
+219 STD { int linux_sys_getdents64(int fd, \
+ struct linux_dirent64 *dent, unsigned int count); }
220 STD { int linux_sys_fcntl64(int fd, \
int cmd, void *arg); }