summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-25 00:51:16 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-25 00:51:16 +0000
commit248286e53395f6302030ca5f032f356faf2d9798 (patch)
treead742e28998c069d6724cc6324d3e9ef5ae7a7fd
parent4ebc35ac66f8012dce864e8bd6f1e099068c1415 (diff)
downloadglibc-248286e53395f6302030ca5f032f356faf2d9798.tar.gz
glibc-248286e53395f6302030ca5f032f356faf2d9798.tar.xz
glibc-248286e53395f6302030ca5f032f356faf2d9798.zip
Update.
	* stdio-common/Makefile (test): Add tst-cookie.
	* stdio-common/tst-cookie.c: New file.
-rw-r--r--ChangeLog3
-rw-r--r--stdio-common/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fd69cbc4f..61b60d8374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-08-24  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdio-common/Makefile (test): Add tst-cookie.
+	* stdio-common/tst-cookie.c: New file.
+
 	* sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value
 	changed in last patch.  Reported by Ralf Baechle.
 
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index c66d16ea7f..e95c983f28 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -53,7 +53,7 @@ tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \
 	 bug1 bug2 bug3 bug4 bug5 bug6 bug7 bug8 bug9 bug10 bug11 bug12 \
 	 tfformat tiformat tllformat tstdiomisc tst-printfsz tst-wc-printf \
 	 scanf1 scanf2 scanf3 scanf4 scanf5 scanf7 scanf8 scanf9 scanf10 \
-	 scanf12 tst-tmpnam
+	 scanf12 tst-tmpnam tst-cookie
 
 include ../Rules