From 431c33c0bc7cb43231da4364187e0161b0541071 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 May 1999 10:09:50 +0000 Subject: Update. 1999-05-16 Wolfram Gloger * malloc/malloc.c: Cleanup to bring in line with released stand-alone version `ptmalloc'. Update some comments. (internal_function): Move fallback definition so that the source compiles outside of libc, and use it in more places. (malloc_atfork): Fix when malloc_check is in use. 1999-05-16 Andreas Schwab * stdlib/tst-strtod.c: Fix typo. 1999-05-16 Andreas Schwab * elf/dl-close.c (_dl_close): Add cast to avoid warning about const incorrectness. --- stdlib/tst-strtod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/tst-strtod.c b/stdlib/tst-strtod.c index b9158c1..4f0ea34 100644 --- a/stdlib/tst-strtod.c +++ b/stdlib/tst-strtod.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -88,7 +88,7 @@ main (int argc, char ** argv) sprintf (buf, "%f", strtod ("-0.0", NULL)); if (strcmp (buf, "-0.000000") != 0) { - printf (" strtod (\"-0.0\', NULL) returns \"%s\"\n", buf); + printf (" strtod (\"-0.0\", NULL) returns \"%s\"\n", buf); status = 1; } -- cgit v1.1