Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/arm/sys include assym.h



details:   https://anonhg.NetBSD.org/src/rev/617b64590f9c
branches:  trunk
changeset: 786526:617b64590f9c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 30 19:42:56 2013 +0000

description:
include assym.h

diffstat:

 lib/libc/arch/arm/sys/getcontext.S |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r addb81c98583 -r 617b64590f9c lib/libc/arch/arm/sys/getcontext.S
--- a/lib/libc/arch/arm/sys/getcontext.S        Tue Apr 30 16:26:26 2013 +0000
+++ b/lib/libc/arch/arm/sys/getcontext.S        Tue Apr 30 19:42:56 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index