* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.
From-SVN: r51383
This commit is contained in:
parent
8e5fe23fb3
commit
b4a19310cd
@ -1,3 +1,7 @@
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user