diff options
| author | fvdl <fvdl@NetBSD.org> | 1995-06-11 14:57:56 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 1995-06-11 14:57:56 +0000 |
| commit | bfc9b29ab2bfc8631c8ba999f9ae2069690153ff (patch) | |
| tree | 1c3be8e809eda92f8ec60f2dd081d40300f80ac3 /sys/compat/linux/linux_sysent.c | |
| parent | fc7cfb5f0b78a7b374373b9259e961e4c9346c1f (diff) | |
Remade these after syscalls.master had changed.
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
| -rw-r--r-- | sys/compat/linux/linux_sysent.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c index 0648ac4a053..5b855b7ef84 100644 --- a/sys/compat/linux/linux_sysent.c +++ b/sys/compat/linux/linux_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.4 1995/04/07 22:23:28 fvdl Exp + * created from NetBSD: syscalls.master,v 1.6 1995/06/11 14:57:01 fvdl Exp */ #include <sys/param.h> @@ -117,6 +117,7 @@ int mprotect(); int linux_sigprocmask(); int linux_getpgid(); int fchdir(); +int linux_personality(); int linux_llseek(); #define s(type) sizeof(type) @@ -398,8 +399,8 @@ struct sysent linux_sysent[] = { nosys }, /* 134 = unimplemented linux_bdflush */ { 0, 0, nosys }, /* 135 = unimplemented linux_sysfs */ - { 0, 0, - nosys }, /* 136 = unimplemented linux_personality */ + { 1, s(struct linux_personality_args), + linux_personality }, /* 136 = linux_personality */ { 0, 0, nosys }, /* 137 = unimplemented linux_afs_syscall */ { 0, 0, |
