diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-10 11:55:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-10 11:55:33 +0000 |
commit | c627aab8386690ea85bece530cb544d079027475 (patch) | |
tree | e7000842471294f9f1c183d8c3f2c9f8fb5a0191 /sys/compat/linux/linux_syscalls.c | |
parent | 65d128f1503775fc62f00d1983535bfac4b880b6 (diff) |
sync
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 7f5d852f06d..00f7d0bcb88 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.12 1997/11/13 18:35:27 deraadt Exp + * created from OpenBSD: syscalls.master,v 1.13 1997/12/10 11:55:28 deraadt Exp */ char *linux_syscallnames[] = { @@ -180,6 +180,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 */ }; |