diff options
author | Petr Baudis <pasky@suse.cz> | 2011-02-20 07:59:49 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-20 07:59:49 -0500 |
commit | 84a4211850e3d23a9d3a4f3b294752a3b30bc0ff (patch) | |
tree | 04faa4e3387e0e86f2c0fc9ef47af138f1258006 /stdio-common/Makefile | |
parent | e23fe25b33324a9ea992276c1a4f04127bf9ba4b (diff) | |
download | glibc-84a4211850e3d23a9d3a4f3b294752a3b30bc0ff.tar.gz glibc-84a4211850e3d23a9d3a4f3b294752a3b30bc0ff.tar.xz glibc-84a4211850e3d23a9d3a4f3b294752a3b30bc0ff.zip |
Fix allocation when handling positional parameters in printf.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 6aabfb6b54..6c71f1c37f 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -60,7 +60,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-popen tst-unlockedio tst-fmemopen2 tst-put-error tst-fgets \ tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a \ bug19 bug19a tst-popen2 scanf13 scanf14 scanf15 bug20 bug21 bug22 \ - scanf16 scanf17 tst-setvbuf1 tst-grouping + scanf16 scanf17 tst-setvbuf1 tst-grouping bug23 test-srcs = tst-unbputc tst-printf |