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
492992e2
Commit
492992e2
authored
Jun 06, 2013
by
Thomas Schwinge
Committed by
Thomas Schwinge
Jun 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ptrlock.h: Fix comment.
libgomp/ * config/posix/ptrlock.h: Fix comment. From-SVN: r199724
parent
fbb68970
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
libgomp/ChangeLog
+4
-0
libgomp/config/posix/ptrlock.h
+2
-3
No files found.
libgomp/ChangeLog
View file @
492992e2
2013-06-06 Thomas Schwinge <thomas@codesourcery.com>
* config/posix/ptrlock.h: Fix comment.
2013-05-27 Tobias Burnus <burnus@net-b.de>
PR fortran/57423
...
...
libgomp/config/posix/ptrlock.h
View file @
492992e2
...
...
@@ -22,9 +22,8 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
/* This is a Linux specific implementation of a mutex synchronization
mechanism for libgomp. This type is private to the library. This
implementation uses atomic instructions and the futex syscall. */
/* This is a generic POSIX implementation of a mutex synchronization
mechanism for libgomp. This type is private to the library. */
#ifndef GOMP_PTRLOCK_H
#define GOMP_PTRLOCK_H 1
...
...
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