diff options
author | deischen <deischen@FreeBSD.org> | 2002-11-16 15:15:17 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2002-11-16 15:15:17 +0000 |
commit | 280e9bbfe86335182d404cbcc771d72b75c955b9 (patch) | |
tree | 3ca385fcb9aa094d61f079e3579592b4482fda80 /sys/ia64 | |
parent | dfc9d731c3e93b62abb8d928c3365cacc404e93c (diff) | |
download | FreeBSD-src-280e9bbfe86335182d404cbcc771d72b75c955b9.zip FreeBSD-src-280e9bbfe86335182d404cbcc771d72b75c955b9.tar.gz |
Add *context() syscalls to ia64 32-bit compatability table as requested
in kern/syscalls.master.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/ia32/syscalls.master | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index 32b4d1b..66cc75f 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -591,3 +591,6 @@ 418 UNIMPL BSD __xstat 419 UNIMPL BSD __xfstat 420 UNIMPL BSD __xlstat +421 UNIMPL BSD getcontext +422 UNIMPL BSD setcontext +423 UNIMPL BSD swapcontext |