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
06f5c9df
Commit
06f5c9df
authored
Mar 25, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(objc_mutex_unlock): Properly declare thread_id.
From-SVN: r11612
parent
a39a7484
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/objc/thr-single.c
+1
-1
No files found.
gcc/objc/thr-single.c
View file @
06f5c9df
...
@@ -219,7 +219,7 @@ objc_mutex_trylock(_objc_mutex_t mutex)
...
@@ -219,7 +219,7 @@ objc_mutex_trylock(_objc_mutex_t mutex)
int
int
objc_mutex_unlock
(
_objc_mutex_t
mutex
)
objc_mutex_unlock
(
_objc_mutex_t
mutex
)
{
{
int
thread_id
;
/* Cache our thread id. */
_objc_thread_t
thread_id
;
/* Cache our thread id. */
if
(
!
mutex
)
/* Is argument bad? */
if
(
!
mutex
)
/* Is argument bad? */
return
-
1
;
/* Yes, abort. */
return
-
1
;
/* Yes, abort. */
...
...
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