From b4a19310cd8448a0c61740368ee1030ef671d3d3 Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 26 Mar 2002 11:26:13 +0000 Subject: [PATCH] * include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha. From-SVN: r51383 --- libjava/ChangeLog | 4 ++++ libjava/include/posix-threads.h | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 46a90850dee..0dca16f90a1 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2002-03-26 Loren J. Rittle + + * include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha. + 2002-03-25 Andrew Haley , Hans Boehm * configure.in, configure: enable dwarf2-exception-style diff --git a/libjava/include/posix-threads.h b/libjava/include/posix-threads.h index 79961c23d83..c74e26e330e 100644 --- a/libjava/include/posix-threads.h +++ b/libjava/include/posix-threads.h @@ -244,7 +244,12 @@ _Jv_ThreadSelf (void) #ifdef __alpha__ +#ifdef __FreeBSD__ +#include +#define PAL_rduniq PAL_rdunique +#else #include +#endif typedef unsigned long _Jv_ThreadId_t; -- 2.30.2