diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2002-12-15 19:17:57 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2002-12-15 19:17:57 +0000 |
| commit | 92da00bb245b0398f04fdd966ce001599060f40c (patch) | |
| tree | fc6e3be9fa1b757f9ac0967a46494adcf0cc5682 /sys/kern/syscalls.master | |
| parent | 389d2b6e21823a73e17a36e29f71ed56771ccdc7 (diff) | |
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
| -rw-r--r-- | sys/kern/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index a41eb122bcf7..014427491ed6 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -612,6 +612,7 @@ 422 MSTD BSD { int setcontext(const struct __ucontext *ucp); } 423 MSTD BSD { int swapcontext(struct __ucontext *oucp, \ const struct __ucontext *ucp); } +424 MSTD BSD { int swapoff(const char *name); } ; Please copy any additions and changes to the following compatability tables: ; sys/ia64/ia32/syscalls.master (take a best guess) |
