Cache stderr to be able to print assert messages

This commit is contained in:
Christian Göttsche
2020-12-25 11:03:15 +01:00
parent 64a1ab848f
commit 7b1fa1bf49
2 changed files with 94 additions and 0 deletions

View File

@ -189,6 +189,7 @@ AC_CHECK_FUNCS([ \
faccessat \
fstatat \
host_get_clock_service \
memfd_create\
openat \
readlinkat \
])