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:
dim 2014-02-07 21:34:09 +00:00
parent 5830d897a4
commit aa68e12220

View File

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