diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-25 16:20:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-25 16:20:34 +0000 |
| commit | 484141f666b97712be121ac82cab0e03052df8c5 (patch) | |
| tree | 97b0ae434bca8c6d45f51cf411a884f3e79ea382 /sys/alpha/linux/linux.h | |
| parent | 81a82d4dfd8407c94eaf04f2164f7c9d15ad784f (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux.h')
| -rw-r--r-- | sys/alpha/linux/linux.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 20175eaa528c..d62bd625fc23 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.h,v 1.8 1996/03/10 22:30:52 peter Exp $ + * $Id: linux.h,v 1.9 1996/10/15 19:22:29 bde Exp $ */ #ifndef _I386_LINUX_LINUX_H_ @@ -96,7 +96,7 @@ struct linux_sigcontext { struct linux_sigframe { int sf_sig; struct linux_sigcontext sf_sc; - sig_t sf_handler; + void (*sf_handler)(int); }; extern int bsd_to_linux_errno[]; @@ -522,5 +522,4 @@ struct trapframe; #define LINUX_ASYNC_CALLOUT_NOHUP 0x0400 #define LINUX_ASYNC_FLAGS 0x0FFF - #endif /* !_I386_LINUX_LINUX_H_ */ |
