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_syscalls.c | |
| parent | b791320225eacef932c411015cc0a1f7454e0d5c (diff) | |
enable nanosleep in linux emul, per pr-5906 from Soren S. Jorvang
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index f82637f7829..c5e81afcdb6 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.27 1998/02/20 18:09:29 mycroft Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.28 1998/08/05 00:44:33 perry Exp $ */ /* * System call names. @@ -194,6 +194,6 @@ char *linux_syscallnames[] = { "#159 (unimplemented sched_get_priority_max)", /* 159 = unimplemented sched_get_priority_max */ "#160 (unimplemented sched_get_priority_min)", /* 160 = unimplemented sched_get_priority_min */ "#161 (unimplemented sched_rr_get_interval)", /* 161 = unimplemented sched_rr_get_interval */ - "#162 (unimplemented nanosleep)", /* 162 = unimplemented nanosleep */ + "nanosleep", /* 162 = nanosleep */ "mremap", /* 163 = mremap */ }; |
