[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r22100 - in /fsf/trunk/libc: ChangeLog math/bits/mathcalls.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r22100 - in /fsf/trunk/libc: ChangeLog math/bits/mathcalls.h
- From: eglibc@xxxxxxxxxx
- Date: Mon, 31 Dec 2012 00:02:10 -0000
Author: eglibc
Date: Mon Dec 31 00:02:09 2012
New Revision: 22100
Log:
Import glibc-mainline for 2012-12-31
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/math/bits/mathcalls.h
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Mon Dec 31 00:02:09 2012
@@ -1,3 +1,7 @@
+2012-12-30 Mike Frysinger <vapier@xxxxxxxxxx>
+
+ * math/bits/mathcalls.h (modf): Use __nonnull.
+
2012-12-29 Siddhesh Poyarekar <siddhesh@xxxxxxxxxx>
* sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
Modified: fsf/trunk/libc/math/bits/mathcalls.h
==============================================================================
--- fsf/trunk/libc/math/bits/mathcalls.h (original)
+++ fsf/trunk/libc/math/bits/mathcalls.h Mon Dec 31 00:02:09 2012
@@ -112,8 +112,7 @@
__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
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits