Pull in upstream libcxxrt commit 8006101, which makes its cxxabi.h file

compilable just by itself.

PR:		kern/184019
MFC after:	3 days
This commit is contained in:
Dimitry Andric 2014-02-07 21:34:09 +00:00
parent d45679747c
commit f18dc6922d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261609

View file

@ -22,6 +22,7 @@
#ifndef __CXXABI_H_
#define __CXXABI_H_
#include <stddef.h>
#include <stdint.h>
#include "unwind.h"
namespace std