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
6f9b26b0
Commit
6f9b26b0
authored
May 15, 2001
by
Loren J. Rittle
Committed by
Loren J. Rittle
May 15, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gthr-posix.h: Make additional pthread-* functions weak.
From-SVN: r42107
parent
66aa2d30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/gthr-posix.h
+5
-0
No files found.
gcc/ChangeLog
View file @
6f9b26b0
2001
-
05
-
15
Loren
J
.
Rittle
<
ljrittle
@acm
.
org
>
*
gthr
-
posix
.
h
:
Make
additional
pthread
-*
functions
weak
.
Tue
May
15
13
:
51
:
32
CEST
2001
Jan
Hubicka
<
jh
@suse
.
cz
>
*
recog
.
c
(
apply_change_group
)
:
Avoid
unneeded
validating
.
...
...
gcc/gthr-posix.h
View file @
6f9b26b0
...
...
@@ -68,6 +68,11 @@ typedef pthread_mutex_t __gthread_mutex_t;
#pragma weak pthread_mutex_destroy
#pragma weak pthread_self
#pragma weak sched_yield
#pragma weak pthread_attr_destroy
#pragma weak pthread_attr_init
#pragma weak pthread_attr_setdetachstate
#pragma weak pthread_getschedparam
#pragma weak pthread_setschedparam
#endif
static
void
*
__gthread_active_ptr
=
&
pthread_create
;
...
...
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