posix-threads.h: Include <machine/pal.h> on OSF.
authorBert Deknuydt <Bert.Deknuydt@esat.kuleuven.ac.be>
Thu, 5 Jun 2003 15:43:58 +0000 (17:43 +0200)
committerTom Tromey <tromey@gcc.gnu.org>
Thu, 5 Jun 2003 15:43:58 +0000 (15:43 +0000)
2003-06-05  Bert Deknuydt  <Bert.Deknuydt@esat.kuleuven.ac.be>

* include/posix-threads.h: Include <machine/pal.h> on OSF.

From-SVN: r67491

libjava/ChangeLog
libjava/include/posix-threads.h

index d5af76b7c37a72e09a72faf5bc367535a8261eb7..f6c84792ccc189ed69539a2eac2e480a0e9105b4 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-05  Bert Deknuydt  <Bert.Deknuydt@esat.kuleuven.ac.be>
+
+       * include/posix-threads.h: Include <machine/pal.h> on OSF.
+
 2003-06-03  Andrew Haley  <aph@redhat.com>
 
         * include/x86_64-signal.h (MAKE_THROW_FRAME): Mark sigcontext on
index e28da0b5aafbd55cce450609feb0672249e5625d..6c8dcec933c1ca4b40836fc2ee77f364d5647c28 100644 (file)
@@ -1,7 +1,7 @@
 // -*- c++ -*-
 // posix-threads.h - Defines for using POSIX threads.
 
-/* Copyright (C) 1998, 1999, 2001  Free Software Foundation
+/* Copyright (C) 1998, 1999, 2001, 2003  Free Software Foundation
 
    This file is part of libgcj.
 
@@ -247,6 +247,8 @@ _Jv_ThreadSelf (void)
 #ifdef __FreeBSD__
 #include <machine/pal.h>
 #define PAL_rduniq PAL_rdunique
+#elif defined (__osf__)
+#include <machine/pal.h>
 #else
 #include <asm/pal.h>
 #endif