From ad23ad2cbe2d00b1f4daf87c3b8caa5166fdc81f Mon Sep 17 00:00:00 2001 From: Bert Deknuydt Date: Thu, 5 Jun 2003 17:43:58 +0200 Subject: [PATCH] posix-threads.h: Include on OSF. 2003-06-05 Bert Deknuydt * include/posix-threads.h: Include on OSF. From-SVN: r67491 --- libjava/ChangeLog | 4 ++++ libjava/include/posix-threads.h | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d5af76b7c37..f6c84792ccc 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2003-06-05 Bert Deknuydt + + * include/posix-threads.h: Include on OSF. + 2003-06-03 Andrew Haley * include/x86_64-signal.h (MAKE_THROW_FRAME): Mark sigcontext on diff --git a/libjava/include/posix-threads.h b/libjava/include/posix-threads.h index e28da0b5aaf..6c8dcec933c 100644 --- a/libjava/include/posix-threads.h +++ b/libjava/include/posix-threads.h @@ -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 #define PAL_rduniq PAL_rdunique +#elif defined (__osf__) +#include #else #include #endif -- 2.30.2