* posix.cc (_Jv_platform_nanotime): Declare id with clockid_t.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112587
138bc75d-0d04-0410-961f-
82ee72b054a4
+2006-03-31 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * posix.cc (_Jv_platform_nanotime): Declare id with clockid_t.
+
2006-03-30 Tom Tromey <tromey@redhat.com>
PR java/26042:
2006-03-30 Tom Tromey <tromey@redhat.com>
PR java/26042:
{
#ifdef HAVE_CLOCK_GETTIME
struct timespec now;
{
#ifdef HAVE_CLOCK_GETTIME
struct timespec now;
#ifdef CLOCK_MONOTONIC
id = CLOCK_MONOTONIC;
#elif defined (CLOCK_HIGHRES)
#ifdef CLOCK_MONOTONIC
id = CLOCK_MONOTONIC;
#elif defined (CLOCK_HIGHRES)