diff options
Diffstat (limited to 'libjava/jni/gtk-peer/gthread-jni.c')
-rw-r--r-- | libjava/jni/gtk-peer/gthread-jni.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/jni/gtk-peer/gthread-jni.c b/libjava/jni/gtk-peer/gthread-jni.c index a762b4e56ed..cd37fe105af 100644 --- a/libjava/jni/gtk-peer/gthread-jni.c +++ b/libjava/jni/gtk-peer/gthread-jni.c @@ -1,5 +1,5 @@ /* gthread-jni.c -- JNI threading routines for GLIB - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -204,7 +204,7 @@ static void g_mutex_lock_jni_impl (GMutex *mutex __attribute__((unused))) { static gboolean g_mutex_trylock_jni_impl (GMutex *mutex __attribute__((unused))) { - // Shall we implement this in a JikesRVM-specific way under a flag? + /* XXX Shall we implement this in a VM-specific way under a flag? */ return FALSE; } |