From fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 25 Jun 2003 11:04:58 +0000 Subject: * posix/transbug.c: Include for memset and strlen declarations. * stdio-common/tst-sprintf.c: Include for free declaration. * stdlib/tst-strtod.c (main): Pass long double value. * test-skeleton.c: Include for nanosleep declaration. 2003-06-25 Andreas Jaeger * posix/transbug.c: Include for memset and strlen declarations. * stdio-common/tst-sprintf.c: Include for free declaration. * stdlib/tst-strtod.c (main): Pass long double value. * test-skeleton.c: Include for nanosleep declaration. --- stdlib/tst-strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/tst-strtod.c') diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index c466e0fb77..2b93bbd95c 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -153,7 +153,7 @@ main (int argc, char ** argv) if (strtold (input2, NULL) != +1.000000000116415321826934814453125) { printf ("input2: %La != %La\n", strtold (input2, NULL), - +1.000000000116415321826934814453125); + +1.000000000116415321826934814453125L); status = 1; } -- cgit v1.2.3