aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-01-28 23:45:37 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-01-28 23:45:37 +0000
commit0e3a9619ad27fcbabc1229eb1a966403c92436b9 (patch)
tree218e382ff2dbbcf05294a974ff7cd5f6ecbbea61 /sys
parent6223d1612e318e4ef352acfadafda56ac6d6b83f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/freebsd32/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 4973c4d9aa961..b0f01633b904e 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -142,8 +142,8 @@
84 OBSOL owait
; XXX implement
85 OBSOL oswapon
-; XXX implement
-86 OBSOL ogetitimer
+86 STD { int freebsd32_getitimer(u_int which, \
+ struct itimerval32 *itv); }
87 OBSOL ogethostname
88 OBSOL osethostname
89 MNOPROTO { int getdtablesize(void); }