OSDN Git Service

2010-04-12 Diego Novillo <dnovillo@google.com>
[pf3gnuchains/gcc-fork.git] / libjava / nogc.cc
index 126e4de..079422d 100644 (file)
@@ -184,3 +184,9 @@ void
 _Jv_ResumeThread (_Jv_Thread_t *thread)
 {
 }
+
+int
+_Jv_IsThreadSuspended (_Jv_Thread_t *thread)
+{
+  return 0;
+}