From 6731634deb51e8aebd43b7fc34fe8330d6a0edba Mon Sep 17 00:00:00 2001 From: tschwinge Date: Thu, 6 Jun 2013 10:04:34 +0000 Subject: [PATCH] libgomp/ * config/posix/ptrlock.h: Fix comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199724 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog | 4 ++++ libgomp/config/posix/ptrlock.h | 5 ++--- 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 + + * config/posix/ptrlock.h: Fix comment. + 2013-05-27 Tobias Burnus 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 . */ -/* 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 -- 2.11.4.GIT