From: Bert Deknuydt Date: Thu, 5 Jun 2003 15:43:58 +0000 (+0200) Subject: posix-threads.h: Include on OSF. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad23ad2cbe2d00b1f4daf87c3b8caa5166fdc81f;p=gcc.git posix-threads.h: Include on OSF. 2003-06-05 Bert Deknuydt * include/posix-threads.h: Include on OSF. From-SVN: r67491 --- 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