]> sourceware.org Git - glibc.git/blobdiff - math/bits/mathcalls.h
math: use existing nonnull attribute define
[glibc.git] / math / bits / mathcalls.h
index e0b160e19d971a67ff26313741bd0930a924a215..9fed0c3a3d0b2b7e4c3c7e079c870b94c065db12 100644 (file)
@@ -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
This page took 0.030666 seconds and 5 git commands to generate.