From 899c831eae6d973eed37aecb6bef358e00083afb Mon Sep 17 00:00:00 2001 From: David Leonard Date: Sun, 17 Jan 1999 23:45:01 +0000 Subject: say something when a test locks up --- lib/libc_r/TEST/test.h | 2 ++ 1 file changed, 2 insertions(+) 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); } -- cgit v1.2.3