summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-06-26 12:20:44 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-06-26 12:31:08 +0200
commit29055464a03c72762969a2e8734d0d05d4d70e58 (patch)
treefa2ee34758dc4595537bcfb7776e16e2ce82fc70 /ChangeLog
parent5c0202af4b3d588c04bcec7baf05706b21cd7416 (diff)
downloadglibc-29055464a03c72762969a2e8734d0d05d4d70e58.tar.gz
libio: Add tst-vtables, tst-vtables-interposed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9843e137f5..511128c6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-06-26 Florian Weimer <fweimer@redhat.com>
+ * libio/Makefile (tests-internal): Add tst-vtables,
+ tst-vtables-interposed.
+ * libio/tst-vtables.c: New file.
+ * libio/tst-vtables-common.c: Likewise.
+ * libio/tst-vtables-interposed.c: Likewise.
+
+2018-06-26 Florian Weimer <fweimer@redhat.com>
+
* support/support_test_main.c (support_test_main): Only call
setvbuf if not disables.
* support/test-driver.c (main): Check TEST_NO_SETVBUF.