diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2002-11-16 15:15:17 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-11-16 15:15:17 +0000 |
| commit | a4b04278f0030e437f9a8af013a7584693dfe8ec (patch) | |
| tree | 3ca385fcb9aa094d61f079e3579592b4482fda80 | |
| parent | da509dd2934f0b3ae587cdfd312d2d64442fafef (diff) | |
Notes
| -rw-r--r-- | sys/amd64/ia32/syscalls.master | 3 | ||||
| -rw-r--r-- | sys/compat/freebsd32/syscalls.master | 3 | ||||
| -rw-r--r-- | sys/ia64/ia32/syscalls.master | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index 32b4d1b438d9..66cc75fe3f59 100644 --- a/sys/amd64/ia32/syscalls.master +++ b/sys/amd64/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 diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 32b4d1b438d9..66cc75fe3f59 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/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 diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index 32b4d1b438d9..66cc75fe3f59 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 |
