Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment regarding reentrancy brought up by John McCall. Thanks John.

llvm-svn: 148963
This commit is contained in:
Howard Hinnant 2012-01-25 18:50:55 +00:00
parent 8edb17d753
commit 2449538500
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifndef __ABORT_MESSAGE_H_ #ifndef __ABORT_MESSAGE_H_
#define __ABORT_MESSAGE_H_ #define __ABORT_MESSAGE_H_
#include "cxxabi.h" #include <stdio.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {