From: Thomas Schwinge Date: Thu, 6 Jun 2013 10:04:34 +0000 (+0200) Subject: ptrlock.h: Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=492992e223d0ddaa805be6b2c772e441ea099efd;p=gcc.git ptrlock.h: Fix comment. libgomp/ * config/posix/ptrlock.h: Fix comment. From-SVN: r199724 --- 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