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

View File

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