diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-11-16 02:08:40 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-11-16 02:08:40 +0000 |
| commit | 088638dae45dd9c9d8a66b8b999c8b43636357c9 (patch) | |
| tree | 0d1a14e5731d66e7116633f08f61de01f0be978f | |
| parent | b595ab370beabed0822cc52fdf0ae7a2545f53aa (diff) | |
Notes
| -rw-r--r-- | sys/i386/linux/linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 0795e6f772c1..6d3e5a8b928d 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -356,7 +356,6 @@ extern int bsd_to_linux_signal[]; extern int linux_to_bsd_signal[]; extern struct sysentvec linux_sysvec; extern struct sysentvec elf_linux_sysvec; -void bsd_to_linux_sigset(sigset_t *bss, linux_sigset_t *lss); /* * Pluggable ioctl handlers |
