Rename time.h for third-party include of fio.h
authorDaniel Gollub <d.gollub@telekom.de>
Wed, 30 Apr 2014 09:25:04 +0000 (11:25 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 30 Apr 2014 14:27:36 +0000 (08:27 -0600)
commitef3c94b62e3f58cc23c3ad50450150c8474b4285
treecbdc4fd7a7eba7ac038e85f829ed31d0f9b152ae
parent57e2bbcbc3c2b534931d27d41086f5bab0c9c63a
Rename time.h for third-party include of fio.h

External project might build external ioengines and need to
include there for fio.h. If a project set the include path
to the fio root source directory and the third-party source
holds an "time.h" as well things get complicated.

Signed-off-by: Daniel Gollub <d.gollub@telekom.de>
Cc: Daniel Gollub <daniel.gollub@t-online.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
fio.h
fio_time.h [new file with mode: 0644]
mutex.c
time.h [deleted file]