diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2001-11-27 19:35:27 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2001-11-27 19:35:27 +0000 |
commit | 633062cc7147949f2aa1da2fc7a6e2a02ed3580c (patch) | |
tree | c3ad087ccdaebb9236112c512f32d2933895f7cc /sys/compat/freebsd/freebsd_syscalls.c | |
parent | 82cd484d6d26f005574ab3e0d67a16418d113ed3 (diff) |
sync. -moj
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscalls.c')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index cf41723eb8c..0ba281e452e 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscalls.c,v 1.16 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.17 2001/11/27 19:35:26 maja Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.15 2001/02/02 19:45:09 tholo Exp + * created from OpenBSD: syscalls.master,v 1.16 2001/11/27 19:34:20 maja Exp */ char *freebsd_syscallnames[] = { @@ -300,7 +300,7 @@ char *freebsd_syscallnames[] = { "#230 (unimplemented sys_shmdt)", /* 230 = unimplemented sys_shmdt */ "#231 (unimplemented sys_shmget)", /* 231 = unimplemented sys_shmget */ #endif - "#232 (unimplemented)", /* 232 = unimplemented */ + "clock_gettime", /* 232 = clock_gettime */ "#233 (unimplemented)", /* 233 = unimplemented */ "#234 (unimplemented)", /* 234 = unimplemented */ "#235 (unimplemented timer_create)", /* 235 = unimplemented timer_create */ |