diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-06 12:04:34 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-06-06 12:04:34 +0200 |
commit | 492992e223d0ddaa805be6b2c772e441ea099efd (patch) | |
tree | 2c195dfeda4d137aee6cd73794e63c334c56b682 /libgomp | |
parent | fbb68970f707390b33fcaf184e167bbcd5ac9dfd (diff) | |
download | gcc-492992e223d0ddaa805be6b2c772e441ea099efd.zip gcc-492992e223d0ddaa805be6b2c772e441ea099efd.tar.gz gcc-492992e223d0ddaa805be6b2c772e441ea099efd.tar.bz2 |
ptrlock.h: Fix comment.
libgomp/
* config/posix/ptrlock.h: Fix comment.
From-SVN: r199724
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/config/posix/ptrlock.h | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 1747cec..f4d6cd6 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 eec4e19..76c2deb 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 |