mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* posix/transbug.c: Include <string.h> for memset and strlen
declarations. * stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration. * stdlib/tst-strtod.c (main): Pass long double value. * test-skeleton.c: Include <time.h> for nanosleep declaration. 2003-06-25 Andreas Jaeger <aj@suse.de> * posix/transbug.c: Include <string.h> for memset and strlen declarations. * stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration. * stdlib/tst-strtod.c (main): Pass long double value. * test-skeleton.c: Include <time.h> for nanosleep declaration.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user