no need to define __HAVE_SIGINFO anymore
This commit is contained in:
parent
598cd4e454
commit
87d87e87fe
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: __sigtramp1.S,v 1.2 2003/10/07 17:08:07 skd Exp $ */
|
||||
/* $NetBSD: __sigtramp1.S,v 1.3 2004/03/26 21:29:07 drochner Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -27,7 +27,6 @@
|
|||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
#define __HAVE_SIGINFO
|
||||
#include "SYS.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: __sigreturn14.S,v 1.6 2003/09/12 13:29:46 christos Exp $ */
|
||||
/* $NetBSD: __sigreturn14.S,v 1.7 2004/03/26 21:29:07 drochner Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -33,10 +33,10 @@
|
|||
*
|
||||
* from: @(#)sigreturn.s 5.2 (Berkeley) 12/17/90"
|
||||
*/
|
||||
#define __HAVE_SIGINFO
|
||||
|
||||
#include <machine/asm.h>
|
||||
#if defined(SYSLIBC_SCCS) && !defined(lint)
|
||||
RCSID("$NetBSD: __sigreturn14.S,v 1.6 2003/09/12 13:29:46 christos Exp $")
|
||||
RCSID("$NetBSD: __sigreturn14.S,v 1.7 2004/03/26 21:29:07 drochner Exp $")
|
||||
#endif /* SYSLIBC_SCCS and not lint */
|
||||
|
||||
#include "SYS.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: __sigtramp1.S,v 1.3 2003/09/12 13:29:47 christos Exp $ */
|
||||
/* $NetBSD: __sigtramp1.S,v 1.4 2004/03/26 21:29:07 drochner Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -35,7 +35,7 @@
|
|||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#define __HAVE_SIGINFO
|
||||
|
||||
#include "SYS.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: __sigreturn14.S,v 1.8 2003/09/22 14:42:03 cl Exp $ */
|
||||
/* $NetBSD: __sigreturn14.S,v 1.9 2004/03/26 21:29:07 drochner Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
|
@ -33,14 +33,13 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#define __HAVE_SIGINFO
|
||||
#include "SYS.h"
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
#if 0
|
||||
RCSID("from: @(#)sigreturn.s 5.1 (Berkeley) 5/12/90")
|
||||
#else
|
||||
RCSID("$NetBSD: __sigreturn14.S,v 1.8 2003/09/22 14:42:03 cl Exp $")
|
||||
RCSID("$NetBSD: __sigreturn14.S,v 1.9 2004/03/26 21:29:07 drochner Exp $")
|
||||
#endif
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: __sigtramp1.S,v 1.2 2003/09/22 14:42:04 cl Exp $ */
|
||||
/* $NetBSD: __sigtramp1.S,v 1.3 2004/03/26 21:29:07 drochner Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -36,7 +36,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#define __HAVE_SIGINFO
|
||||
#include "SYS.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue