* tests/test-totalorder.c: Test the signature of totalorder, not
totalorderf.
+2024-04-09 Bruno Haible <bruno@clisp.org>
+
+ totalorder tests: Fix signature test.
+ * tests/test-totalorder.c: Test the signature of totalorder, not
+ totalorderf.
+
2024-04-08 Bruno Haible <bruno@clisp.org>
ptsname_r: Work around ptsname_r bug on NetBSD 10.0.
#include <math.h>
#include "signature.h"
-SIGNATURE_CHECK (totalorderf, int, (const float *, const float *));
+SIGNATURE_CHECK (totalorder, int, (const double *, const double *));
#define TOTALORDER totalorder
#define TOTALORDER_TYPE memory_double