summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/TEST/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc_r/TEST/test.h b/lib/libc_r/TEST/test.h
index d667e56794b..f945092fe66 100644
--- a/lib/libc_r/TEST/test.h
+++ b/lib/libc_r/TEST/test.h
@@ -41,6 +41,8 @@ __vpanic(type, errstr, filenm, lineno, fmt, ap)
_thread_dump_info();
_thread_sys__exit(1);
+
+ _thread_sys_write(2, "[locking]\n", 10);
while(1);
}