Module Name: src
Committed By: skrll
Date: Tue Apr 30 19:42:57 UTC 2013
Modified Files:
src/lib/libc/arch/arm/sys: getcontext.S
Log Message:
include assym.h
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/arm/sys/getcontext.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/arm/sys/getcontext.S
diff -u src/lib/libc/arch/arm/sys/getcontext.S:1.7 src/lib/libc/arch/arm/sys/getcontext.S:1.8
--- src/lib/libc/arch/arm/sys/getcontext.S:1.7 Tue Apr 30 15:59:34 2013
+++ src/lib/libc/arch/arm/sys/getcontext.S Tue Apr 30 19:42:56 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: getcontext.S,v 1.7 2013/04/30 15:59:34 skrll Exp $ */
+/* $NetBSD: getcontext.S,v 1.8 2013/04/30 19:42:56 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,9 +30,10 @@
*/
#include "SYS.h"
+#include "assym.h"
#if defined(SYSLIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: getcontext.S,v 1.7 2013/04/30 15:59:34 skrll Exp $")
+ RCSID("$NetBSD: getcontext.S,v 1.8 2013/04/30 19:42:56 skrll Exp $")
#endif /* SYSLIBC_SCCS && !lint */
#ifdef WEAK_ALIAS