Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/arch/arm/include Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/acdc8b5206bd
branches: netbsd-7
changeset: 799129:acdc8b5206bd
user: snj <snj%NetBSD.org@localhost>
date: Sat Mar 21 17:43:26 2015 +0000
description:
Pull up following revision(s) (requested by joerg in ticket #633):
sys/arch/arm/include/mcontext.h: revision 1.17
Ensure _lwp_setcontext gets consistent language binding.
diffstat:
sys/arch/arm/include/mcontext.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 9c0cfc6e9c9d -r acdc8b5206bd sys/arch/arm/include/mcontext.h
--- a/sys/arch/arm/include/mcontext.h Sat Mar 21 17:41:38 2015 +0000
+++ b/sys/arch/arm/include/mcontext.h Sat Mar 21 17:43:26 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcontext.h,v 1.16 2013/08/15 22:34:59 matt Exp $ */
+/* $NetBSD: mcontext.h,v 1.16.4.1 2015/03/21 17:43:26 snj Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -120,6 +120,7 @@
#define __UCONTEXT_SIZE 256
#endif
+__BEGIN_DECLS
static __inline void *
__lwp_getprivate_fast(void)
{
@@ -146,5 +147,6 @@
void vfp_getcontext(struct lwp *, mcontext_t *, int *);
void vfp_setcontext(struct lwp *, const mcontext_t *);
#endif
+__END_DECLS
#endif /* !_ARM_MCONTEXT_H_ */
Home |
Main Index |
Thread Index |
Old Index