This commit is contained in:
ragge 1998-09-30 18:40:04 +00:00
parent 4826aac9cf
commit 6530a14556
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: signal.h,v 1.6 1998/09/17 04:54:51 thorpej Exp $ */ /* $NetBSD: signal.h,v 1.7 1998/09/30 18:40:04 ragge Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California. * Copyright (c) 1982, 1986, 1989, 1991 Regents of the University of California.
@ -51,7 +51,7 @@ typedef int sig_atomic_t;
* to the handler to allow it to restore state properly if * to the handler to allow it to restore state properly if
* a non-standard exit is performed. * a non-standard exit is performed.
*/ */
#if defined(__LIBC12_SOURCE) || defined(_KERNEL) #if defined(__LIBC12_SOURCE__) || defined(_KERNEL)
struct sigcontext13 { struct sigcontext13 {
int sc_onstack; /* sigstack state to restore */ int sc_onstack; /* sigstack state to restore */
int sc_mask; /* signal mask to restore (old style) */ int sc_mask; /* signal mask to restore (old style) */