libvirt/examples/admin
Eric Blake 45b439c3af examples: Work around lack of mingw localtime_r()
mingw lacks localtime_r(); we were getting it from gnulib. But since
commit acf522e8 stopped linking examples against gnulib, we are
getting a build failure. Keep the examples standalone, and work
around mingw by using the non-reentrant localtime() (safe since our
examples are single-threaded), and add a necessary exemption to our
syntax check.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
2019-01-08 14:47:21 -06:00
..
client_close.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
client_info.c examples: Work around lack of mingw localtime_r() 2019-01-08 14:47:21 -06:00
client_limits.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
list_clients.c examples: Work around lack of mingw localtime_r() 2019-01-08 14:47:21 -06:00
list_servers.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
logging.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00
threadpool_params.c examples: Avoid gnulib, have standalone examples 2019-01-08 09:26:51 -06:00