Commit b4a19310 by Loren J. Rittle Committed by Loren J. Rittle

* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.

From-SVN: r51383
parent 8e5fe23f
2002-03-26 Loren J. Rittle <ljrittle@acm.org>
* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.
2002-03-25 Andrew Haley <aph@cambridge.redhat.com>, Hans Boehm <Hans_Boehm@hp.com>
* configure.in, configure: enable dwarf2-exception-style
......
......@@ -244,7 +244,12 @@ _Jv_ThreadSelf (void)
#ifdef __alpha__
#ifdef __FreeBSD__
#include <machine/pal.h>
#define PAL_rduniq PAL_rdunique
#else
#include <asm/pal.h>
#endif
typedef unsigned long _Jv_ThreadId_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment