Fix compiler warning and test progs linker errors on Windows
authorBruce Cran <bruce.cran@gmail.com>
Thu, 7 May 2015 20:56:58 +0000 (14:56 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 7 May 2015 21:06:00 +0000 (15:06 -0600)
commit824d6ff466fed05679a7d0991fdf3ee1d625a3c8
treef9a4dd6dfd6cf3f84b041bac7144a6464ea6617e
parentaf1dc26601999b071522562dee7ba6db6bae29ee
Fix compiler warning and test progs linker errors on Windows

Add prototype for ctime_r to os-windows.h to avoid compiler warning.
Link in os/windows/posix.o and lib/hweight.o to allow test progs to
build on Windows.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
os/os-windows.h