about summary refs log tree commit diff
path: root/stdio-common/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-07-07 18:29:30 +0000
committerUlrich Drepper <drepper@redhat.com>2007-07-07 18:29:30 +0000
commitc2c7bd3f865be02443c65e9a4e57b7d96cde145a (patch)
treead0701b8bfa0433293d95247e5b24730d7f23652 /stdio-common/Makefile
parent765c6b0c46cc9406e912b4ead78cf587931e5156 (diff)
downloadglibc-c2c7bd3f865be02443c65e9a4e57b7d96cde145a.tar.gz
glibc-c2c7bd3f865be02443c65e9a4e57b7d96cde145a.tar.xz
glibc-c2c7bd3f865be02443c65e9a4e57b7d96cde145a.zip
[BZ #4745]
2007-07-07  Ulrich Drepper  <drepper@redhat.com>
	[BZ #4745]
	* libio/strops.c (_IO_str_underflow): Clear errno before returning
	EOF.
	* stdio-common/Makefile (tests): Add bug18.
	* stdio-common/bug18.c: New file.
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r--stdio-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 735b40104a..57797c7f2b 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
+	 tst-fwrite bug16 bug17 tst-swscanf tst-sprintf2 bug18
 
 test-srcs = tst-unbputc tst-printf