From 492992e223d0ddaa805be6b2c772e441ea099efd Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 6 Jun 2013 12:04:34 +0200 Subject: [PATCH] ptrlock.h: Fix comment. libgomp/ * config/posix/ptrlock.h: Fix comment. From-SVN: r199724 --- 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