summaryrefslogtreecommitdiff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-29 20:58:06 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-29 20:58:06 +0000
commit1a6d7967ad18d850c034d84ae89cc91dfcfb523a (patch)
treec71ecd00d6b53e602a3cdb75c291569e9c99a53d /stdio-common
parenta0e5d73a78dde538353c5bfa8d92d619d3800586 (diff)
Make sparc64 GLIBC_2.2+ only.
2000-06-29 Jakub Jelinek <jakub@redhat.com> * shlib-versions: Make sparc64 GLIBC_2.2+ only.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/tst-printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c
index 0d40e29413..8dccd3fd48 100644
--- a/stdio-common/tst-printf.c
+++ b/stdio-common/tst-printf.c
@@ -188,7 +188,7 @@ I am ready for my first lesson today.";
printf ("%#03x\n", 1);
- printf ("something really insane: %.10000f", 1.0);
+ printf ("something really insane: %.10000f\n", 1.0);
{
double d = FLT_MIN;