aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-09-21 15:24:01 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-09-21 15:24:01 +0200
commit85f7554cd97e7f03d8dc66278653045ef63a2221 (patch)
treeda312fa82fef22107c11c5d55dbbaf1931918509 /ChangeLog
parentfc3e1337be1c6935ab58bd13520f97a535cf70cc (diff)
downloadglibc-85f7554cd97e7f03d8dc66278653045ef63a2221.tar
glibc-85f7554cd97e7f03d8dc66278653045ef63a2221.tar.gz
glibc-85f7554cd97e7f03d8dc66278653045ef63a2221.tar.bz2
glibc-85f7554cd97e7f03d8dc66278653045ef63a2221.zip
Add test case for O_TMPFILE handling in open, openat
Also put xasprintf into test-skeleton.c (written in such a way that including <stdarg.h> is not needed).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12a217af31..825d4f4f51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2016-09-21 Florian Weimer <fweimer@redhat.com>
+ * test-skeleton.c (xasprintf): Add function.
+ * io/tst-open-tmpfile.c: New test.
+ * io/Makefile (tests): Add it.
+
+2016-09-21 Florian Weimer <fweimer@redhat.com>
+
Avoid running $(CXX) during build to obtain header file paths.
* configure.ac (CXX_SYSINCLUDES, CXX_CMATH_HEADER): Set.
* config.make.in (c++-cstdlib-header, c++-cmath-header): Define.