GNU C Library master sources branch master updated. glibc-2.17-17-g9c89fca
vapier@sourceware.org
vapier@sourceware.org
Sun Dec 30 17:59:00 GMT 2012
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 9c89fca6e0bd8ecf72c793965b8bdf51b883a64d (commit)
from 085ec079e37b0013b421c97b467c6b8ea36a1289 (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=9c89fca6e0bd8ecf72c793965b8bdf51b883a64d
commit 9c89fca6e0bd8ecf72c793965b8bdf51b883a64d
Author: Mike Frysinger <vapier@gentoo.org>
Date: Sat Dec 29 19:49:11 2012 -0500
math: use existing nonnull attribute define
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/ChangeLog b/ChangeLog
index 0af916d..0a71ba7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-30 Mike Frysinger <vapier@gentoo.org>
+
+ * math/bits/mathcalls.h (modf): Use __nonnull.
+
2012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h
index e0b160e..9fed0c3 100644
--- a/math/bits/mathcalls.h
+++ b/math/bits/mathcalls.h
@@ -112,8 +112,7 @@ __MATHCALL (log,, (_Mdouble_ __x));
__MATHCALL (log10,, (_Mdouble_ __x));
/* Break VALUE into integral and fractional parts. */
-__MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr))
- __attribute__ ((__nonnull__ (2)));
+__MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
_Mdouble_END_NAMESPACE
#ifdef __USE_GNU
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
math/bits/mathcalls.h | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list