ptrlock.h: Fix comment.
libgomp/ * config/posix/ptrlock.h: Fix comment. From-SVN: r199724
This commit is contained in:
parent
fbb68970f7
commit
492992e223
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue