diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 1999-07-06 06:55:29 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 1999-07-06 06:55:29 +0000 |
| commit | 8f437f4439f5530c30321486780ea2d11d9e953b (patch) | |
| tree | 5f8d8c63bd26ce1d40a73e6570b226b569e3a4f6 /sys/alpha/linux/linux.h | |
| parent | 2c2c424e91112325f29296dabb0a2bc37a460ae7 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux.h')
| -rw-r--r-- | sys/alpha/linux/linux.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 0774dd3edf02..18b9b8fcfa0e 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.26 1998/12/30 21:19:59 sos Exp $ + * $Id: linux.h,v 1.27 1999/04/29 04:37:56 luoqi Exp $ */ #ifndef _I386_LINUX_LINUX_H_ @@ -50,10 +50,10 @@ typedef int linux_pid_t; typedef unsigned long linux_sigset_t; typedef void (*linux_handler_t)(int); typedef struct { - void (*sa_handler)(int); - linux_sigset_t sa_mask; - unsigned long sa_flags; - void (*sa_restorer)(void); + void (*lsa_handler)(int); + linux_sigset_t lsa_mask; + unsigned long lsa_flags; + void (*lsa_restorer)(void); } linux_sigaction_t; typedef int linux_key_t; |
