diff options
| author | christos <christos@NetBSD.org> | 2002-04-10 18:18:26 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2002-04-10 18:18:26 +0000 |
| commit | db952e86f35941d6fbf4c19ec33a6368a166f708 (patch) | |
| tree | 65ed0084d23a966578bd2aafdfd7d3283423f64a /sys/compat/linux/arch/arm/syscalls.master | |
| parent | f7b63f4dd5d9aff7249562f439bd1072593fe9f8 (diff) | |
add getdents64
Diffstat (limited to 'sys/compat/linux/arch/arm/syscalls.master')
| -rw-r--r-- | sys/compat/linux/arch/arm/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/arm/syscalls.master b/sys/compat/linux/arch/arm/syscalls.master index 6a8f7fc7bb5..42a17009656 100644 --- a/sys/compat/linux/arch/arm/syscalls.master +++ b/sys/compat/linux/arch/arm/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.9 2002/03/22 15:16:02 christos Exp $ + $NetBSD: syscalls.master,v 1.10 2002/04/10 18:18:27 christos Exp $ ; Derived from sys/compat/linux/arch/*/syscalls.master ; and from Linux 2.4.12 arch/arm/kernel/calls.S @@ -366,7 +366,8 @@ 214 NOARGS setgid32 { int sys_setgid(gid_t gid); } 215 NOARGS setfsuid32 { int linux_sys_setfsuid(uid_t uid); } 216 NOARGS getfsuid32 { int linux_sys_getfsuid(void); } -217 UNIMPL getdents64 +217 STD { int linux_sys_getdents64(int fd, \ + struct linux_dirent64 *dent, unsigned int count); } 218 UNIMPL pivot_root 219 UNIMPL mincore 220 UNIMPL madvise |
