summaryrefslogtreecommitdiffstats
path: root/libgomp
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-06 10:04:34 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-06 10:04:34 +0000
commit6731634deb51e8aebd43b7fc34fe8330d6a0edba (patch)
tree2c195dfeda4d137aee6cd73794e63c334c56b682 /libgomp
parent915a7ccf9c2f42485365d71d041166b88e57387b (diff)
downloadppe42-gcc-6731634deb51e8aebd43b7fc34fe8330d6a0edba.tar.gz
ppe42-gcc-6731634deb51e8aebd43b7fc34fe8330d6a0edba.zip
libgomp/
* config/posix/ptrlock.h: Fix comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog4
-rw-r--r--libgomp/config/posix/ptrlock.h5
2 files changed, 6 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 1747cec0988..f4d6cd60074 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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
diff --git a/libgomp/config/posix/ptrlock.h b/libgomp/config/posix/ptrlock.h
index eec4e19df7c..76c2deb173d 100644
--- a/libgomp/config/posix/ptrlock.h
+++ b/libgomp/config/posix/ptrlock.h
@@ -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
OpenPOWER on IntegriCloud