libc: remove debugging artifact from exit()

This commit is contained in:
Christian Helmuth 2015-05-15 17:16:18 +02:00
parent b5b9b1789d
commit c934ee1650

View File

@ -32,9 +32,6 @@ extern "C" {
void exit(int status)
{
if (status == 4) {
PDBG("PT: %p %p %p", __builtin_return_address(0), __builtin_return_address(1), __builtin_return_address(2));
}
if (__cleanup)
(*__cleanup)();