ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sigsegv.h
(Generate patch)

Comparing BasiliskII/src/Unix/sigsegv.h (file contents):
Revision 1.6 by gbeauche, 2003-09-29T07:02:58Z vs.
Revision 1.9 by gbeauche, 2006-07-19T21:31:10Z

# Line 4 | Line 4
4   *  Derived from Bruno Haible's work on his SIGSEGV library for clisp
5   *  <http://clisp.sourceforge.net/>
6   *
7 < *  Basilisk II (C) 1997-2002 Christian Bauer
7 > *  Basilisk II (C) 1997-2005 Christian Bauer
8   *
9   *  This program is free software; you can redistribute it and/or modify
10   *  it under the terms of the GNU General Public License as published by
# Line 27 | Line 27
27   // Address type
28   typedef char * sigsegv_address_t;
29  
30 // Transfer type (intended to be used a mask for sigsegv_*_ignore_range())
31 enum sigsegv_transfer_type_t {
32        SIGSEGV_TRANSFER_UNKNOWN        = 0,
33        SIGSEGV_TRANSFER_LOAD           = 1,
34        SIGSEGV_TRANSFER_STORE          = 2,
35 };
36
30   // SIGSEGV handler return state
31   enum sigsegv_return_t {
32    SIGSEGV_RETURN_SUCCESS,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines