diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 20:58:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 20:58:06 +0000 |
commit | 1a6d7967ad18d850c034d84ae89cc91dfcfb523a (patch) | |
tree | c71ecd00d6b53e602a3cdb75c291569e9c99a53d /stdio-common/tst-printf.c | |
parent | a0e5d73a78dde538353c5bfa8d92d619d3800586 (diff) | |
download | glibc-1a6d7967ad18d850c034d84ae89cc91dfcfb523a.tar.gz glibc-1a6d7967ad18d850c034d84ae89cc91dfcfb523a.tar.xz glibc-1a6d7967ad18d850c034d84ae89cc91dfcfb523a.zip |
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/tst-printf.c')
-rw-r--r-- | stdio-common/tst-printf.c | 2 |
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; |