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
3913862e
Commit
3913862e
authored
Oct 05, 2007
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Oct 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gthr-single.h: Revert last change.
From-SVN: r129040
parent
1a309dfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
19 deletions
+4
-19
gcc/ChangeLog
+4
-0
gcc/gthr-single.h
+0
-19
No files found.
gcc/ChangeLog
View file @
3913862e
2007
-
10
-
05
Hans
-
Peter
Nilsson
<
hp
@
axis
.
com
>
*
gthr
-
single
.
h
:
Revert
last
change
.
2007
-
10
-
05
Michael
Matz
<
matz
@
suse
.
de
>
PR
middle
-
end
/
33667
gcc/gthr-single.h
View file @
3913862e
...
...
@@ -251,25 +251,6 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex)
return
__gthread_mutex_unlock
(
mutex
);
}
static
inline
int
__gthread_cond_broadcast
(
__gthread_cond_t
cond
)
{
return
0
;
}
static
inline
int
__gthread_cond_wait
(
__gthread_cond_t
cond
,
__gthread_mutex_t
*
mutex
)
{
return
0
;
}
static
inline
int
__gthread_cond_wait_recursive
(
__gthread_cond_t
cond
,
__gthread_recursive_mutex_t
*
mutex
)
{
return
0
;
}
#endif
/* _LIBOBJC */
#undef UNUSED
...
...
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