diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-12-14 23:08:42 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-14 23:08:42 +0100 |
commit | 2afd826bf6cd19900aee70ae14ede92d91b6f4c0 (patch) | |
tree | 9ea95321bf0f54677e6aa4cf856be9bbb452310a /os/os.h | |
parent | bf2e190b8daeb4717726d469fd0ced9f4771000a (diff) | |
download | fio-2afd826bf6cd19900aee70ae14ede92d91b6f4c0.tar.gz fio-2afd826bf6cd19900aee70ae14ede92d91b6f4c0.tar.bz2 |
Support for Mac OS 10.6.2
Contributed by Small Tree, adopted to newer fio version by me.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'os/os.h')
-rw-r--r-- | os/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ #include "os-freebsd.h" #elif defined(__sun__) #include "os-solaris.h" +#elif defined(__APPLE__) +#include "os-mac.h" #else #error "unsupported os" #endif |