Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/sparc/sys Need <machine/psl.h> and <machine/si...
details: https://anonhg.NetBSD.org/src/rev/673e412e6cec
branches: trunk
changeset: 533960:673e412e6cec
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Jul 11 17:47:11 2002 +0000
description:
Need <machine/psl.h> and <machine/signal.h>. Problem pointed out
by Juergen Hannken-Illjes <hannken%eis.cs.tu-bs.de@localhost>.
diffstat:
lib/libc/arch/sparc/sys/__sigtramp1.S | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r af1963343a44 -r 673e412e6cec lib/libc/arch/sparc/sys/__sigtramp1.S
--- a/lib/libc/arch/sparc/sys/__sigtramp1.S Thu Jul 11 17:41:40 2002 +0000
+++ b/lib/libc/arch/sparc/sys/__sigtramp1.S Thu Jul 11 17:47:11 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __sigtramp1.S,v 1.1 2002/07/09 23:32:38 thorpej Exp $ */
+/* $NetBSD: __sigtramp1.S,v 1.2 2002/07/11 17:47:11 thorpej Exp $ */
/*
* Copyright (c) 1996 Paul Kranenburg
@@ -52,6 +52,8 @@
#define _LOCORE
#include <machine/frame.h>
+#include <machine/psl.h>
+#include <machine/signal.h>
/*
* When this code is run, the stack looks like:
Home |
Main Index |
Thread Index |
Old Index