Commit 492992e2 by Thomas Schwinge Committed by Thomas Schwinge

ptrlock.h: Fix comment.

libgomp/
	* config/posix/ptrlock.h: Fix comment.

From-SVN: r199724
parent fbb68970
2013-06-06 Thomas Schwinge <thomas@codesourcery.com>
* config/posix/ptrlock.h: Fix comment.
2013-05-27 Tobias Burnus <burnus@net-b.de> 2013-05-27 Tobias Burnus <burnus@net-b.de>
PR fortran/57423 PR fortran/57423
......
...@@ -22,9 +22,8 @@ ...@@ -22,9 +22,8 @@
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
/* This is a Linux specific implementation of a mutex synchronization /* This is a generic POSIX implementation of a mutex synchronization
mechanism for libgomp. This type is private to the library. This mechanism for libgomp. This type is private to the library. */
implementation uses atomic instructions and the futex syscall. */
#ifndef GOMP_PTRLOCK_H #ifndef GOMP_PTRLOCK_H
#define GOMP_PTRLOCK_H 1 #define GOMP_PTRLOCK_H 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment