Index: libquadmath/ChangeLog
===================================================================
--- libquadmath/ChangeLog	(Revision 196108)
+++ libquadmath/ChangeLog	(Arbeitskopie)
@@ -1,3 +1,7 @@
+2013-02-17  Tobias Burnus  <burnus@net-b.de>
+
+	* math/cacoshq.c (cacoshq): Call signbitq instead of signbit.
+
 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
 
 	Revert previous patch.
Index: libquadmath/math/cacoshq.c
===================================================================
--- libquadmath/math/cacoshq.c	(Revision 196108)
+++ libquadmath/math/cacoshq.c	(Arbeitskopie)
@@ -70,7 +70,7 @@
 	 some cases.  */
       res = 2.0Q * clogq (csqrtq ((x + 1.0Q) / 2.0Q)
 			    + csqrtq ((x - 1.0Q) / 2.0Q));
-      if (signbit (__real__ res))
+      if (signbitq (__real__ res))
 	__real__ res = 0.0Q;
     }
   else
