summaryrefslogtreecommitdiffstats
path: root/contrib/libcxxrt/unwind-itanium.h
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-09-23 13:16:21 +0000
committertheraven <theraven@FreeBSD.org>2013-09-23 13:16:21 +0000
commit674fdc66685eb6f5b619be29f1ed5af5c0713c53 (patch)
tree49f6d96a3a7240328177ad82e69c6f0b74166fc0 /contrib/libcxxrt/unwind-itanium.h
parent9c38c532fffb7380cebafcee5521c5ceffd56ff0 (diff)
downloadFreeBSD-src-674fdc66685eb6f5b619be29f1ed5af5c0713c53.zip
FreeBSD-src-674fdc66685eb6f5b619be29f1ed5af5c0713c53.tar.gz
Import a new libcxxrt. This fixes some potential crashing in the demangler.
Approved by: re (gjb) MFC after: 1 week
Diffstat (limited to 'contrib/libcxxrt/unwind-itanium.h')
-rw-r--r--contrib/libcxxrt/unwind-itanium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libcxxrt/unwind-itanium.h b/contrib/libcxxrt/unwind-itanium.h
index a5c0e755..0ca9488 100644
--- a/contrib/libcxxrt/unwind-itanium.h
+++ b/contrib/libcxxrt/unwind-itanium.h
@@ -80,7 +80,7 @@ struct _Unwind_Exception
_Unwind_Exception_Cleanup_Fn exception_cleanup;
unsigned long private_1;
unsigned long private_2;
- };
+ } ;
extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
OpenPOWER on IntegriCloud