diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-23 08:58:16 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-23 08:58:16 +0000 |
commit | 58979379f80aec77c2ee664b9d4a1b2f9bc49d49 (patch) | |
tree | 0a902fbf3d0ab375e55d3c3ffd4935bab9763746 | |
parent | fbc6ee3aa9257893d3594e997383f55f1811ac99 (diff) | |
download | gcc-58979379f80aec77c2ee664b9d4a1b2f9bc49d49.tar.gz |
PR libgomp/47854
* libgomp.texi (omp_get_wtime): Don't say time in the past
must be Unix Epoch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170434 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libgomp/ChangeLog | 6 | ||||
-rw-r--r-- | libgomp/libgomp.texi | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index fad7c77727b..0698fb4d948 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2011-02-23 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/47854 + * libgomp.texi (omp_get_wtime): Don't say time in the past + must be Unix Epoch. + 2011-02-18 Jakub Jelinek <jakub@redhat.com> PR libgomp/47804 diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index b88e9844cce..dce6ba87304 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -7,7 +7,7 @@ @copying -Copyright @copyright{} 2006, 2007, 2008, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2006, 2007, 2008, 2010, 2011 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -1032,8 +1032,8 @@ successive clock ticks. @item @emph{Description}: Elapsed wall clock time in seconds. The time is measured per thread, no guarantee can be made that two distinct threads measure the same time. -Time is measured from some "time in the past". On POSIX compliant systems -the seconds since the Epoch (00:00:00 UTC, January 1, 1970) are returned. +Time is measured from some "time in the past", which is an arbitrary time +guaranteed not to change during the execution of the program. @item @emph{C/C++}: @multitable @columnfractions .20 .80 |