diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2000-04-26 20:58:40 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2000-04-26 20:58:40 +0000 |
| commit | d323ddf3171ff6652c94cb9f79105f48f5ea8819 (patch) | |
| tree | c765f113a0ce9195de7d9e9a60cc2c4db8aa86a2 /sys/alpha/linux/linux.h | |
| parent | 599fcb028d29f7863a389802125972c03bc554da (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux.h')
| -rw-r--r-- | sys/alpha/linux/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 528a5914134c7..3bb46547aedba 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -224,6 +224,8 @@ struct linux_sigframe { extern int bsd_to_linux_signal[]; extern int linux_to_bsd_signal[]; +extern struct sysentvec linux_sysvec; +extern struct sysentvec elf_linux_sysvec; /* * Pluggable ioctl handlers |
