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.15-341-g60d6f5a


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  60d6f5a6f50d838bcb4240fcc0223cac445c6c83 (commit)
      from  02a6f887cb3e2c048937111eb4cf150d397609de (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=60d6f5a6f50d838bcb4240fcc0223cac445c6c83

commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83
Author: David S. Miller <davem@davemloft.net>
Date:   Fri Mar 9 14:37:57 2012 -0800

    Fix sparc build after recent math changes.
    
    	* include/math_private.h: New file.

diff --git a/ChangeLog b/ChangeLog
index 1fed786..4cdf4f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-09  David S. Miller  <davem@davemloft.net>
+
+	* include/math_private.h: New file.
+
 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
diff --git a/include/math_private.h b/include/math_private.h
new file mode 100644
index 0000000..cb71baf
--- /dev/null
+++ b/include/math_private.h
@@ -0,0 +1 @@
+#include <math/math_private.h>

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

Summary of changes:
 ChangeLog              |    4 ++++
 include/math_private.h |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)
 create mode 100644 include/math_private.h


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]