aboutsummaryrefslogtreecommitdiff
path: root/system/lib/debugging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/lib/debugging.cpp')
-rw-r--r--system/lib/debugging.cpp2
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;
+
}