diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-09-21 15:24:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-09-21 15:24:01 +0200 |
commit | 85f7554cd97e7f03d8dc66278653045ef63a2221 (patch) | |
tree | da312fa82fef22107c11c5d55dbbaf1931918509 /ChangeLog | |
parent | fc3e1337be1c6935ab58bd13520f97a535cf70cc (diff) | |
download | glibc-85f7554cd97e7f03d8dc66278653045ef63a2221.zip glibc-85f7554cd97e7f03d8dc66278653045ef63a2221.tar.gz glibc-85f7554cd97e7f03d8dc66278653045ef63a2221.tar.bz2 |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |