diff options
| author | perry <perry@NetBSD.org> | 1998-08-05 00:44:32 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-08-05 00:44:32 +0000 |
| commit | f15ade7552142e9cc1bcced64441cb673f565273 (patch) | |
| tree | dd76b7aea18de23fecdf43ada93e00697800d5fc /sys/compat/linux/linux_syscallargs.h | |
| parent | b791320225eacef932c411015cc0a1f7454e0d5c (diff) | |
enable nanosleep in linux emul, per pr-5906 from Soren S. Jorvang
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 4de47ad9fd0..e0619d2bf41 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscallargs.h,v 1.28 1998/02/20 18:09:29 mycroft Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.29 1998/08/05 00:44:32 perry Exp $ */ /* * System call argument lists. @@ -467,4 +467,5 @@ int linux_sys_fdatasync __P((struct proc *, void *, register_t *)); int linux_sys___sysctl __P((struct proc *, void *, register_t *)); int sys_mlock __P((struct proc *, void *, register_t *)); int sys_munlock __P((struct proc *, void *, register_t *)); +int sys_nanosleep __P((struct proc *, void *, register_t *)); int linux_sys_mremap __P((struct proc *, void *, register_t *)); |
