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.26-391-g9947638


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  9947638d74f490b8ec9a1563c195881a4151bd80 (commit)
      from  f5f0f5265162fe6f4f238abcd3086985f7c38d6d (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=9947638d74f490b8ec9a1563c195881a4151bd80

commit 9947638d74f490b8ec9a1563c195881a4151bd80
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Mon Sep 25 15:56:22 2017 +0200

    Fix typo in sincos32.h inclusion guard.
    
    This patch fixes a typo in inclusion guard in sincos32.h.
    
    ChangeLog:
    
    	* sysdeps/ieee754/dbl-64/sincos32.h
    	[SINCCOS32_H]: Remove define.
    	[SINCOS32_H]: Define.

diff --git a/ChangeLog b/ChangeLog
index b1ac534..7bbc864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-25  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* sysdeps/ieee754/dbl-64/sincos32.h
+	[SINCCOS32_H]: Remove define.
+	[SINCOS32_H]: Define.
+
 2017-09-25  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
 	* math/Versions (expf): New libm symbol at GLIBC_2.27.
diff --git a/sysdeps/ieee754/dbl-64/sincos32.h b/sysdeps/ieee754/dbl-64/sincos32.h
index 8265a23..2261b8f 100644
--- a/sysdeps/ieee754/dbl-64/sincos32.h
+++ b/sysdeps/ieee754/dbl-64/sincos32.h
@@ -25,7 +25,7 @@
 /******************************************************************/
 
 #ifndef SINCOS32_H
-#define SINCCOS32_H
+#define SINCOS32_H
 
 #ifdef BIG_ENDI
 static const number

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

Summary of changes:
 ChangeLog                         |    6 ++++++
 sysdeps/ieee754/dbl-64/sincos32.h |    2 +-
 2 files changed, 7 insertions(+), 1 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]