forked from OSchip/llvm-project
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:
parent
8edb17d753
commit
2449538500
|
@ -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" {
|
||||||
|
|
Loading…
Reference in New Issue