diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-07 21:38:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-07 21:38:43 +0000 |
commit | e9055017f6d2015c4c74c94b1c2bf59968db223f (patch) | |
tree | 81fd5f6ba0e21c9d2d9465120e710248649191c1 /stdio-common/Makefile | |
parent | c2c7bd3f865be02443c65e9a4e57b7d96cde145a (diff) | |
download | glibc-e9055017f6d2015c4c74c94b1c2bf59968db223f.tar.gz |
* libio/wstrops.c (_IO_wstr_underflow): Clear errno before
returning WEOF.
* stdio-common/Makefile (tests): Add bug18a.
* stdio-common/bug18a.c: New file.
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 57797c7f2b..d8f095ed55 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -54,7 +54,7 @@ tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ tst-swprintf tst-fseek tst-fmemopen test-vfprintf tst-gets \ tst-perror tst-sprintf tst-rndseek tst-fdopen tst-fphex bug14 bug15 \ tst-popen tst-unlockedio tst-fmemopen2 tst-put-error tst-fgets \ - tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 + tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18 bug18a test-srcs = tst-unbputc tst-printf |