diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-17 23:45:01 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-17 23:45:01 +0000 |
commit | 899c831eae6d973eed37aecb6bef358e00083afb (patch) | |
tree | 8f464d53cc0cf75cbbc39f722b304a45d9c018fe /lib/libc_r | |
parent | 92a23ebe48d570ae3c5203ce1d33fceb90f9e6f6 (diff) |
say something when a test locks up
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/TEST/test.h | 2 |
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); } |