* src/threads/native/threads.c (threads_init) [WITH_CLASSPATH_SUN]:
authortwisti <none@none>
Mon, 20 Aug 2007 20:24:35 +0000 (20:24 +0000)
committertwisti <none@none>
Mon, 20 Aug 2007 20:24:35 +0000 (20:24 +0000)
commit94d928c09775c86c73af4013e906ef4d1fee6caa
treea305817cf1ccdb5998a412b86d28c54b7db657f6
parentd9ee2cdc35e265a69d5d94e92fb74a77c8f441ff
* src/threads/native/threads.c (threads_init) [WITH_CLASSPATH_SUN]:
Added code to initialize the thread.
(threads_startup_thread): Ignore the return value of
threads_detach_thread.
(threads_detach_thread) [ENABLE_JAVASE]: Implemented
UncaughtExceptionHandler stuff.
src/threads/native/threads.c