+2004-12-01 Tom Tromey <tromey@redhat.com>
+
+ * include/no-threads.h (_Jv_ThreadDestroyData): Removed argument
+ name.
+ (_Jv_ThreadRegister): Likewise.
+ (_Jv_MutexCheckMonitor): Likewise.
+
+ * link.cc: Include limits.h.
+
2004-12-01 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/18699
// -*- c++ -*-
// no-threads.h - Defines for using no threads.
-/* Copyright (C) 1998, 1999 Free Software Foundation
+/* Copyright (C) 1998, 1999, 2004 Free Software Foundation
This file is part of libgcj.
// Mutexes.
//
-inline int _Jv_MutexCheckMonitor (_Jv_Mutex_t *mu)
+inline int _Jv_MutexCheckMonitor (_Jv_Mutex_t *)
{
return 0;
}
_Jv_ThreadInitData (java::lang::Thread *);
inline void
-_Jv_ThreadDestroyData (_Jv_Thread_t *data)
+_Jv_ThreadDestroyData (_Jv_Thread_t *)
{
}
}
inline void
-_Jv_ThreadRegister (_Jv_Thread_t *data)
+_Jv_ThreadRegister (_Jv_Thread_t *)
{
}