Add *context() syscalls to ia64 32-bit compatability table as requested

in kern/syscalls.master.
This commit is contained in:
deischen 2002-11-16 15:15:17 +00:00
parent 5ac11722e0
commit b1fce77dca
3 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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