Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b4a19310
Commit
b4a19310
authored
Mar 26, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Mar 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.
From-SVN: r51383
parent
8e5fe23f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
libjava/ChangeLog
+4
-0
libjava/include/posix-threads.h
+5
-0
No files found.
libjava/ChangeLog
View file @
b4a19310
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
...
...
libjava/include/posix-threads.h
View file @
b4a19310
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment