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.17-534-g207d1e2


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  207d1e2a6c4c72a1a6154ae9800e8061669995a5 (commit)
      from  306dfba9e1daac21ab5a45256b367aea9cf9c3ee (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=207d1e2a6c4c72a1a6154ae9800e8061669995a5

commit 207d1e2a6c4c72a1a6154ae9800e8061669995a5
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Apr 15 22:11:30 2013 +0200

    Fix coding-style violation.
    
    Introduced in commit ee091edf1a16312fff0cc3c6ae0116aded7f1dbf.

diff --git a/ChangeLog b/ChangeLog
index 2791724..3129585 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+	* stdio-common/tstdiomisc.c: Fix coding-style violation.
+
 2013-04-15  Andreas Schwab  <schwab@suse.de>
 
 	* nscd/grpcache.c (cache_addgr): Properly check for short write.
diff --git a/stdio-common/tstdiomisc.c b/stdio-common/tstdiomisc.c
index 5c046bb..5a25ecc 100644
--- a/stdio-common/tstdiomisc.c
+++ b/stdio-common/tstdiomisc.c
@@ -50,10 +50,10 @@ volatile double qnanval;
 volatile long double lqnanval;
 /* A sNaN is only guaranteed to be representable in variables with static (or
    thread-local) storage duration.  */
-static volatile double snanval = __builtin_nans("");
-static volatile double msnanval = -__builtin_nans("");
-static volatile long double lsnanval = __builtin_nansl("");
-static volatile long double lmsnanval = -__builtin_nansl("");
+static volatile double snanval = __builtin_nans ("");
+static volatile double msnanval = -__builtin_nans ("");
+static volatile long double lsnanval = __builtin_nansl ("");
+static volatile long double lmsnanval = -__builtin_nansl ("");
 volatile double infval;
 volatile long double linfval;
 

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

Summary of changes:
 ChangeLog                 |    4 ++++
 stdio-common/tstdiomisc.c |    8 ++++----
 2 files changed, 8 insertions(+), 4 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]