This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-383-ge8470ea


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e8470ea216ec2ed999e17498ce13fb66e3d09be3 (commit)
      from  17c1d9f03e16d56db11b17eac828ad28f30a73e0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e8470ea216ec2ed999e17498ce13fb66e3d09be3

commit e8470ea216ec2ed999e17498ce13fb66e3d09be3
Author: Steve Ellcey <sellcey@mips.com>
Date:   Wed Nov 13 08:48:25 2013 -0800

    2013-11-13  Steve Ellcey  <sellcey@mips.com>
    
    	* benchtests/bench-timing.h: Include time.h.

diff --git a/ChangeLog b/ChangeLog
index ac8fe51..a7b3418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-13  Steve Ellcey  <sellcey@mips.com>
+
+	* benchtests/bench-timing.h: Include time.h.
+
 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #15997]
diff --git a/benchtests/bench-timing.h b/benchtests/bench-timing.h
index 48a8521..619994f 100644
--- a/benchtests/bench-timing.h
+++ b/benchtests/bench-timing.h
@@ -41,6 +41,8 @@ typedef hp_timing_t timing_t;
 	  (min) / (d_iters), 1e6 * (d_total_i) / (d_total_s));
 
 #else
+
+#include <time.h>
 typedef uint64_t timing_t;
 
 /* Measure the resolution of the clock so we can scale the number of

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    4 ++++
 benchtests/bench-timing.h |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]