diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-22 18:19:54 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-22 18:19:54 -0800 |
commit | 02837b921827680e3f77a8c766ea75c42eaa7856 (patch) | |
tree | 9c03077f04aec58bb792c7ee36a913f767cb61ea /system/lib/debugging.cpp | |
parent | 2b8f77f6e322a4666bd6e74feba9e4f777981ab8 (diff) |
misc library fixes for libcxxabi+test_typed_exceptions
Diffstat (limited to 'system/lib/debugging.cpp')
-rw-r--r-- | system/lib/debugging.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/lib/debugging.cpp b/system/lib/debugging.cpp index ff9e0d68..5dfaf223 100644 --- a/system/lib/debugging.cpp +++ b/system/lib/debugging.cpp @@ -18,5 +18,7 @@ void __assert_func(const char *file, int line, const char *assertt, const char * abort(); } +//struct _reent *_impure_ptr; + } |